Returns aggregated OHLCV candles for a pair, ascending by time.
Returns aggregated OHLCV candles for a pair, ascending by time.
"1h"Value in
1 <= value <= 1000500Exclusive ISO timestamp upper cursor. Returns candles whose bucket start is < to.
Value in
application/json
curl -X GET "https://example.com/pairs/string/candles"[ { "time": "string", "open": "string", "high": "string", "low": "string", "close": "string", "volume": "string", "tradeCount": 0 }]