API ドキュメント
get
/api/v1/Instruments/{instrumentType}/{symbol}/historical-dataReturns OHLCV historical bars for charting.
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
{}