Skip to main content

Klines (OHLCV)

GET 

/public-api/market/v1/klines

Retrieve kline (OHLCV) data for a symbol.

For the start and end parameter combinations:

startendBehavior
not setnot setReturn recent limit data points (count backward).
setnot setReturn limit data points from start (count forward).
not setsetReturn limit data points from end (count backward).
setsetIf 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​

Successful response