Klines (OHLCV)
GET/public-api/market/v1/klines
Retrieve kline (OHLCV) data for a symbol.
For the start and end parameter combinations:
| start | end | Behavior |
|---|---|---|
| not set | not set | Return recent limit data points (count backward). |
| set | not set | Return limit data points from start (count forward). |
| not set | set | Return limit data points from end (count backward). |
| set | set | If start/end and resolution would yield more than limit data points, the request is rejected. Otherwise return up to limit points from end to start (count backward). |
Requestβ
Responsesβ
- 200
- 429
Successful response
Rate limit exceeded