Get candlestick data
GET/{market}/candles
Returns the OHLCV market data used to create candlestick charts.
Candlestick data is always returned in chronological data from newest to oldest. Data is returned when trades are
made in the interval
represented by that candlestick. When no trades occur you see a gap in data flow, zero trades
are represented by zero candlesticks.
info
This is a public endpoint. However, authenticating your request gives you a higher rate limit.
Rate limit weight points: 1
Request
Responses
- 200
- 4XX
The request was successful.
For error codes, see Handle errors.