v3
latestOpenAPI 3.0.02026-07-311784111.3 MBRetrieves publicly available market data formatted for generating TradingView-compatible candle charts. The data includes open, high, low, close (OHLC) prices and volume for specified time intervals.
Use the chart_resolution parameter to specify the candle interval (e.g., 1m, 5m, 1h, 1d). This method provides the standard format used by TradingView and other charting platforms.
Query parameters
Unique instrument identifier
Instrument name
The timestamp (milliseconds since the Unix epoch)
The earliest timestamp to return result from (milliseconds since the UNIX epoch)
The timestamp (milliseconds since the Unix epoch)
The most recent timestamp to return result from (milliseconds since the UNIX epoch)
Chart bars resolution given in full minutes or keyword 1D (only some specific resolutions are supported)
Response
Success response
Example response
{
"result": {
"ticks": [
1536569522277
]
}
}