GET api/v2/orders
General information about endpoints
Information | Description |
---|---|
Description | Lists orders with optional filters. |
Route |
|
Permissions | Private |
Request Parameters:
Parameter | Type | Required | Description |
---|---|---|---|
market | string | Optional | Filter by market identifier |
from | date | Optional | Filter by start date |
to | date | Optional | Filter by end date |
asset | string | Optional | Filter by asset identifier |
state | string | Optional | Filter by status |
side | string | Optional | Filter by direction |
ord_type | string | Optional | Filter by order type |
price_min | number | Optional | Filter by minimum price |
price_max | number | Optional | Filter by maximum price |
sort | string | Optional | Sort order ( |
sort_by | string | Optional | Sort by specified field |
page | integer | Optional | Pagination page |
per_page | integer | Optional | Number of items per page |