/binance/klines

POST /api/binance/klines

Price: 20 credits

Get historical candlestick (OHLCV) data for a trading pair

How to use it

Get native exchange candlestick (OHLCV) data for a Binance spot trading pair (e.g. 'BTCUSDT'). Each candle carries its open time, open/high/low/close prices, base-asset volume, close time, quote-asset volume, number of trades, and taker buy base/quote volumes. The interval ranges from one second to one month. By default the most recent candles are returned; pass start_time and/or end_time (unix milliseconds) to fetch a specific historical range. Candles are ordered oldest to newest.

Parameters

Request body

Response

Errors

Response headers