List Open Orders

Retrieves the list of open orders that are currently pending execution.

Query Params
string

Trading pair code representing the market.

string
enum
Defaults to wait

Status of the order.
This is a filter parameter used to retrieve only orders with the specified status. The available values are "wait" (waiting to be executed) and "watch" (waiting as a reserved order). If not specified, the default value is "wait".

Allowed:
states[]
array of strings
Defaults to wait

Status of the order.
A filter parameter used to retrieve only orders with the specified status. This parameter is in array format, and the available values are "wait" (waiting to be executed) and "watch" (waiting as a reserved order). If not specified, the default value is "wait".

[Example] states[]=wait&states[]=watch

states[]
integer
Defaults to 1

Page number for pagination.
A parameter for pagination that allows you to specify the page to retrieve.
If not specified, the default value is 1.

integer
Defaults to 100

Number of items per page.
A parameter for pagination that allows you to specify the number of items per page to retrieve.
Up to 100 items can be retrieved at a time, and if not specified, the default value is 100.

string
enum
Defaults to desc

Sorting method for query results.
Returns a list of orders sorted according to the specified method based on the order creation time.
The available values are "desc" (descending, latest orders first) or "asc" (ascending, oldest orders first).
The default value is "desc".

Allowed:
Responses

Language
URL
Request
Response
Choose an example:
application/json