List OHLC candles
GET/ohlc
Returns historical OHLC (open, high, low, close) candlestick data for a given symbol and time range.
Request
Responses
- 200
- 400
- 500
OHLC candle data
Bad request — validation failed, invalid parameters, or the request
was rejected due to a business rule violation (e.g.
INSUFFICIENT_FUNDS when a transfer exceeds the available balance).
Internal server error