Get Kline (Candlesticks)
Retrieves historical candlestick (kline) data for a given trading symbol and interval.
Required scopes
This endpoint requires the following scopes:
Authorizations
api-keystringRequired
For third party retail API users
Query parameters
symbolstringRequiredExample:
Trading symbol
BTCUSDT.PERPPattern: ^[A-Z0-9]+(\.[A-Z0-9]+)?$intervalstring · enumRequiredExample:
Kline interval, in minutes (1D, 1W, 1M denotes 1 day, 1 week, 1 month)
1Possible values: startTimestringRequiredExample:
Precise, high-resolution (nanosecond level) integer timestamp.
1765975842095607088endTimestringRequiredExample:
the end of the time range for data retrieval
1765975842095607088limitinteger · min: 100 · max: 1000OptionalDefault:
100Responses
200
OK
application/json
[startTime, open, high, low, close, volume, turnover]
itemsone ofOptional
stringOptionalExample:
Precise, high-resolution (nanosecond level) integer timestamp.
1765975842095607088stringOptionalExample:
Precise, high-resolution number type.
###.###get
/api/v1/market/kline200
OK
Last updated
