Get candles
Returns non-empty OHLCV candles in the exact requested half-open UTC window. interval is one candle’s width, not the chart range. Supply aligned from and to boundaries. There is no bucket-count limit; the requested window is never clipped. Results are oldest-first, empty buckets are omitted, and is_closed identifies a final candle that can still change. Plot close at timestamp for a line series. Responses can be cached for five seconds, so use the returned as_of as calculation time.
Authorizations
API credential. Withdrawal quote and submit operations additionally require the documented Ed25519 timestamp, nonce, and signature headers.
Query Parameters
Trading pair identifier returned by GET /partner/exchange/markets, for example USD/NGN.
Width of one candle. Supported values: 1m, 5m, 15m, 1h, 4h, 1d. This is independent of the chart's visible time range.
Supported duration of one OHLCV candle.
1m, 5m, 15m, 1h, 4h, 1d Inclusive RFC 3339 UTC start boundary. It is required and must align exactly to the selected candle interval.
Exclusive RFC 3339 UTC end boundary. It is required and must align exactly to the selected candle interval. There is no bucket-count limit; the requested window is never clipped.