Trades
GET {{baseUrl}}/public/trades/:symbol?sort=<>&by=<>&from=<>&till=<>&limit=<>&offset=<>
Trades.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
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 |