/v4/data/rate/symbol/OHLCV/batch
500 credits per API call
Get multiple historical OHLCV (Open, High, Low, Close, Volume) candles for a symbol starting from a given time.
Returns up to numberOfCandles (max 50) OHLCV candles with openTime ≥ the provided start time, ordered by openTime ascending. The optional interval query parameter sets the candle size (same values as GET /v4/data/rate/symbol/OHLCV); it defaults to 1m.
Supported symbols: We support 439+ trading pairs. The symbol parameter accepts the base currency (e.g., "BTC", "ETH").
Time format: Provide the start of the range either as a Unix timestamp in milliseconds (unixFrom) or as a Date in ISO 8601 format (timeFrom). You must provide exactly one of these parameters.
400Bad Request - Invalid parameters (e.g., both unixFrom and timeFrom provided, or neither provided, or invalid symbol, or numberOfCandles out of range).
403Forbidden. The request is authenticated, but it is not possible to required perform operation due to logical error or invalid permissions.