Get Historical Trades
GET {{baseUrl}}/history/trades?symbol=<post>&sort=<>&by=<>&from=<>&till=<>&limit=<>&offset=<>
Get historical trades.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
symbol | string | ||
sort | string | Sort direction | |
by | string | Filter field | |
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 |