Get candles
Exchange
Get candles
Handles GET /v1/candles/{symbol} via get.v1.candles.by_symbol.
GET
Get candles
Authorizations
Bearer access token issued by /v1/auth/* login endpoints.
Path Parameters
Trading symbol
Query Parameters
Timeframe
Start time in milliseconds since Unix epoch
End time in milliseconds since Unix epoch
Max number of candles (default: 2500)
Opt-in external candles stored in the DB (default: false)
Response
Asset candles
Candle timestamp as a Unix timestamp in milliseconds (UTC).
External candle source name (e.g., "binance", "coinbase"). Omitted from JSON for exchange candles to preserve backward compatibility.
Required range:
x >= 0Quote currency volume (e.g. USDC) for the candle period.