Quotes
Execute quote
Execute a pending quote. The quote must not be expired or already executed. On success, the trade is completed atomically and the balances are updated.
POST
cURL
Headers
Bearer token. Format: Bearer <api_key>
Unique key per logical operation. UUID v4 recommended. Max 255 characters.
Path Parameters
Response
The request has succeeded.
Result of executing a quote.
Object type. Always trade.
Available options:
trade Unique transaction identifier.
The quote that was executed.
Source asset code.
Destination asset code.
Source amount in major units.
Destination amount in major units.
Transaction status.
Available options:
COMPLETED When the trade was executed.