---
title: "Kline/Candlestick Data"
method: GET
path: "/api/v3/klines"
tags: ["Market"]
---

# Kline/Candlestick Data

`GET /api/v3/klines`

Kline/candlestick bars for a symbol.
Klines are uniquely identified by their open time.

- If `startTime` and `endTime` are not sent, the most recent klines are returned.

Weight(IP): 2

## Query parameters

- `symbol` string, required
- `interval` '1s' | '1m' | '3m' | '5m' | '15m' | '30m' | '1h' | '2h' | '4h' | '6h' | '8h' | '12h' | '1d' | '3d' | '1w' | '1M', required
- `startTime` integer
- `endTime` integer
- `timeZone` string
- `limit` integer

## Response `200`

Kline data

- array[]
  - union[]
    - union
      - integer
      - string

## Other responses

- `400` — Bad Request

## Changes

- **2024-06-06** `6c02ecd56d37` — 1 info
  - added the new optional `query` request parameter `timeZone`
- **2022-08-29** `5b6a6f470795` — 1 info
  - added the new enum value `1s` to the `query` request parameter `interval`
- **2021-10-25** `a484ce871a72` — 4 breaking, 2 info
  - for the `query` request parameter `endTime`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - for the `query` request parameter `limit`, the type/format was changed from `integer`/`` to `integer`/`int32`
  - for the `query` request parameter `startTime`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - the `items/` response's property type/format changed from ``/`` to `array`/`` for status `200`
  - …2 more

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/api/v3/klines/get.md)

---

[API](https://skmtc.dev/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.dev/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
