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