API ドキュメント
get
/api/v1/Instruments/{instrumentType}/{symbol}/historical-dataReturns OHLCV historical bars for charting. Each bar is timestamped at the start of its interval, so a bar and the live prices that continue it share the same timeline.
Instruments
パラメータ
instrumentType
path · string
必須
symbol
path · string
必須
barSize
query · integer
オプション
version
path · string
必須
反応
- 200JSON 2D array: [timestampMs, open, high, low, close, volume] per bar.
- 404Unknown instrument type or symbol.application/json
{}