Get Orders

Get the list of all orders in chronological order. By default, only open orders are returned. Inactive orders are retrievable only for a limited period of time.

ordStatus Code Table

CodeDescription
NewThe order is active and unexecuted on the exchange
PartiallyFilledThe order is active and partially filled on the exchange
FilledThe order is fully filled and no longer active on the exchange
CancelledThe order is cancelled and no longer active on the exchange
ReplacedThe order is amended
RejectedThe order is rejected and no longer active on the exchange
SuspendedThe order is suspended
ExpiredThe order is expired and no longer active on the exchange
WithdrawnThe order is withdrawn to prevent self trade orders
Query Params
string

Currency-pair. If empty, all currency-pairs are returned.

boolean
Defaults to true

When true return active/open orders only.

string

Order ID.

string

Client order ID.

int32
Defaults to 0

Pagination start point for results. e.g. start=1 skips the first result, start=100 skips the first 100 results. Default is 0.

int32
Defaults to 100

The number of results to fetch. Must be a positive integer. Supports returning up to 1000 results at maximum, with the default of 100. Pagination may be required if more results are available.

boolean
Defaults to false

TRUE - Reverse chronological order. FALSE - chronological order.

date-time

Filter results based on the start date and time. The timestamp must be ISO-8601 format (YYYY-MM-DDTHH:mm:ss.sssZ) and be in the UTC timezone. e.g. "2023-12-31T23:59:59.999Z".

date-time

Filter results based on the end date and time. The timestamp must be ISO-8601 format (YYYY-MM-DDTHH:mm:ss.sssZ) and be in the UTC timezone. e.g. "2023-12-31T23:59:59.999Z".

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json