Get candles
Returns OHLCV candles for a market and interval. Use candles for charts, historical price checks, and pre-trade context; use ticker or order book endpoints when you need a current executable view.
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.
Candle interval. Supported values: 1m, 5m, 15m, 1h, 4h, 1d.
Return candles before this UTC timestamp. Omit to read from the current server time.
Number of candles to return. Defaults to 100 and is capped by the API.