Query Open Orders List

Query all current unfilled orders, with optional symbol parameter to filter by trading pair (authentication required). Note: If no specific account is specified in the header, defaults to querying open order data across all accounts.

Query Params
string

Trading pair

int64

Order ID; when provided, queries solely by symbol and orderId

boolean
Defaults to false

Forward/backward pagination query; default false represents backward pagination

int64

Starting index for query; forward pagination requires min orderId on current page, backward pagination requires max orderId on current page

integer
1 to 500
Defaults to 100

Number of records to query; default 100, max 500, min 1

int64

Start time

int64

End time

Response

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