Trade Count, OHLCV Candlesticks & VWAP
What is this endpoint for?
This endpoint retrieves the Trade Count, OHLCV and VWAP history for any instrument on an exchange. The interval
parameter is suffixed with s
, m
, h
or d
to specify seconds, minutes, hours or days, respectively. By making use of the sort
parameter, data can be returned in ascending asc
(default) or descending desc
order.
Endpoint
Parameters
Parameter | Required | Description |
---|---|---|
| Yes | |
| Yes | |
| Yes | |
| No | See Pagination |
| No | Ending time in ISO 8601 (exclusive). Automatically included in continuation tokens. |
| No | The interval parameter is suffixed with |
| No | See Pagination Automatically included in continuation tokens. |
| No | Starting time in ISO 8601 (inclusive). Automatically included in continuation tokens. |
| No | Return the data in ascending ( |
Fields
Field | Description |
---|---|
| Timestamp at which the interval begins. |
| Then number of trades. |
| Opening price of interval. |
| Highest price during interval. |
| Lowest price during interval. |
| Closing price of interval. |
| Volume traded in interval. |
| The volume weighted price during the time interval. |
Request examples
Response example
Last updated