Get Order History (Multiple)

Retrieve a list of past trades. You can filter by currency pair, date range, or status.

Authentication

AuthorizationBearer
OAuth 2.0 access token

Query parameters

fromCurrencystringOptional
Filter by source currency
toCurrencystringOptional
Filter by destination currency
startDatedatetimeOptional

Start date for filtering (ISO 8601 format)

endDatedatetimeOptional

End date for filtering (ISO 8601 format)

limitintegerOptionalDefaults to 50
Maximum number of records to return
offsetintegerOptionalDefaults to 0
Number of records to skip

Response

Successful response with order history
orderslist of objects or null
totalinteger or null
Total number of orders matching the filter

Errors