Trades
Create a request to quote a trade
POST
/transactions/quotes/trades
Request Body
Name
Type
Description
amount*
string
Amount to trade
pair*
string
Trading pair in which to operate
side
BUY | SELL
Whether buying or selling the base currency of the pair in case of a trade operation
currency
string
The base currency you will use being EUR or USDC
Confirm a previous quote
POST
/transactions/quotes/trades/:quoteId/confirm
Path Parameters
Name
Type
Description
quoteId*
string
The id of the quote to confirm and perform
Last updated