List orders
Get all user orders. (Private ๐)
Retrieve details of all orders for a user using this endpoint. Please note that this is a Private ๐ route which means it needs to be authorized by the account initiating this request.
Note: You will need to include the JWT Auth token to request headers to access this endpoint. To get the JWT Auth Token, refer the login section of the documentation.
Endpoint
Request Headers
Query Params
Field | Type | Mandatory | Description |
---|---|---|---|
limit | INTEGER | NO | default 50 |
page | INTEGER | NO | |
market | STRING | NO | |
ord_type | STRING | NO | allowed values [limit, market] |
state | STRING | NO | allowed values [pending, wait,done,cancel] |
base_unit | STRING | NO | btcusdt, btc is base_unit and usdt is quote_unit |
quote_unit | STRING | NO | |
start_time | INTEGER | NO | |
end_time | INTEGER | NO | |
side | STRING | NO | allowed values [buy, sell] |
Example
Response
Last updated