API documentation
get
/api/v1/Instruments/{instrumentType}/{symbol}/historical-dataReturns OHLCV historical bars for charting.
Instruments
Parameters
instrumentType
path · string
Required
symbol
path · string
Required
barSize
query · integer
Optional
version
path · string
Required
Responses
- 200JSON 2D array: [timestampMs, open, high, low, close, volume] per bar.application/json
- 404Unknown instrument type or symbol.application/json
{}