Get Kline (Candlesticks)
Retrieves historical candlestick (kline) data for a given trading symbol and interval.
This endpoint provides historical market data in the form of candlesticks, also known as klines.
Each kline represents aggregated trading information — including open, high, low, close prices, trading volume, and turnover — over a specified time interval.
Users can query by symbol and interval, and optionally specify a startTime, endTime, and limit to control the data range.
This data is commonly used for charting, technical analysis, and historical trend evaluation.
Authentication with a valid API key and read permission scope is required.
For third party retail API users
Trading symbol
BTCUSDT.PERPPattern: ^[A-Z0-9]+(\.[A-Z0-9]+)?$Kline interval
1hPossible values: Precise, high-resolution (nanosecond level) integer timestamp.
Precise, high-resolution (nanosecond level) integer timestamp.
100OK
OK
Last updated