Endpoints
List trades
Returns the trades.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
List of trades.
Trade identifier.
Example:
"5f63179b-61cb-4b72-9d3d-b02fea7c5611"
Instrument traded (BASE/QUOTE).
Example:
"AUDF/USDT"
Specifies the trade direction relative to the base currency of instrument.
Available options:
buy, sell Example:
"buy"
Executed price.
Example:
"0.6295"
Requested amount (in currency).
Example:
"10"
Currency of amount.
Example:
"AUDF"
Amount purchased (in buyCurrency).
Example:
"10"
Currency of buyAmount.
Example:
"AUDF"
Amount sold (in sellCurrency).
Example:
"6.295"
Currency of sellAmount.
Example:
"USDT"
Creation timestamp (ISO 8601).
Example:
"2024-06-27T00:45:10.040Z"
cURL