Historical Candles
/gateway/v1/exchange/candlesReturns persisted OHLCV candles for a covered spot market.
Intervals: `5m`, `4h`, and `1w`. bitFlyer is currently reliable for weekly (`1w`) OHLCV only.
Pagination: use `from`/`to` to bound the time range and `limit` to cap returned candles. Results are ordered newest first.
Synthetic candles: `include_synthetic=true` by default, so carry-forward candles for no-trade intervals are included for continuous charts. Set `include_synthetic=false` for raw exchange-only candles.
Query Parameters
Exchange identifier
bithumbupbithashkeybitflyerbithumbTrading pair in base/quote form, e.g. BTC/KRW
BTC/KRWCandle interval
5m4h1w5mStart of time range. Accepts Unix seconds or date string
2026-06-24T09:00:00ZEnd of time range. Accepts Unix seconds or date string
2026-06-24T10:00:00ZWhether to include carry-forward candles for no-trade intervals. Defaults to true for continuous charts; set false for raw exchange-only candles.
trueMax number of candles to return. Weekly candles allow up to 300 rows for a 5-year chart; intraday intervals are capped at 100.
100Pagination offset
0