Get candles
Exchange
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.
GET
Get candles
Documentation Index
Fetch the complete documentation index at: https://stabyl.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key. Send it in the X-Api-Key header.
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.