---
title: "Changes to Kline/Candlestick Data"
method: GET
path: "/api/v3/klines"
---

# Changes to Kline/Candlestick Data

`GET /api/v3/klines`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 26 revisions.

- **2024-06-06** `6c02ecd56d37` — 1 info
- **2022-08-29** `5b6a6f470795` — 1 info
- **2021-10-25** `a484ce871a72` — 4 breaking, 2 info

## 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`
  - the response property `code` became required for the status `400`
  - the response property `msg` became required for the status `400`

---

[Operation](https://skmtc.dev/binance/apis/binance-public-spot-api/docs/api/v3/klines/get.md) · [API](https://skmtc.dev/binance/apis/binance-public-spot-api.md) · [Page](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/api/v3/klines/get)
