Request a trade.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Trade request.
Instrument to trade (BASE/QUOTE).
"AUDF/USDT"
Specifies the trade direction relative to the base currency of instrument.
buy, sell "buy"
Limit price for trade execution. Matched price will be the prevailing price and may be better than the limit price.
"0.63"
Amount to buy or sell (in currency if provided, otherwise in base currency).
"10"
Optional currency for amount. If omitted, defaults to the base currency of the instrument (the first currency).
"AUDF"
Optional external identifier provided by the client.
"client-trade-000123"
Executed trade
Trade identifier.
"5f63179b-61cb-4b72-9d3d-b02fea7c5611"
Instrument traded (BASE/QUOTE).
"AUDF/USDT"
Specifies the trade direction relative to the base currency of instrument.
buy, sell "buy"
Executed price.
"0.6295"
Requested amount (in currency).
"10"
Currency of amount.
"AUDF"
Amount purchased (in buyCurrency).
"10"
Currency of buyAmount.
"AUDF"
Amount sold (in sellCurrency).
"6.295"
Currency of sellAmount.
"USDT"
Creation timestamp (ISO 8601).
"2024-06-27T00:45:10.040Z"