Get Historical Orders
GET {{baseUrl}}/history/order?symbol=<post>&from=<>&till=<>&limit=<>&offset=<>&clientOrderId=<post>
Get historical orders.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
symbol | string | ||
from | string | If filter by timestamp, then datetime in iso format or timestamp in millisecond otherwise trade id | |
till | string | If filter by timestamp, then datetime in iso format or timestamp in millisecond otherwise trade id | |
limit | string | ||
offset | string | ||
clientOrderId | string |