OHLCV Candlesticks
You can also get OHLCV Candlesticks from the Trade Count, OHLCV Candlesticks & VWAP endpoint.
What is this endpoint for?
This endpoint retrieves the OHLCV history for an instrument on an exchange.
Endpoint
Parameters
Parameter | Required | Description |
---|---|---|
| Yes | |
| Yes | |
| Yes | |
| No | Ending time in ISO 8601 (exclusive). Automatically included in continuation tokens. |
| No | See Pagination |
| No | The interval parameter is suffixed with |
| No | (min: 1, default: 100, max: 100000). See Pagination Automatically included in continuation tokens. |
| No | Starting time in ISO 8601 (inclusive). |
| No | Return the data in ascending ( |
Fields
Field | Description |
---|---|
| Timestamp at which the interval begins. |
| Opening price of interval. |
| Highest price during interval. |
| Lowest price during interval. |
| Closing price of interval. |
| Volume traded in interval. |
Request examples
Response example
Last updated