---
title: "Changes to Symbol Order Book Ticker"
method: GET
path: "/api/v3/ticker/bookTicker"
---

# Changes to Symbol Order Book Ticker

`GET /api/v3/ticker/bookTicker`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 26 revisions.

- **2022-05-23** `48fbf99b3887` — 1 info
- **2021-10-25** `a484ce871a72` — 12 info

## Changes

- **2022-05-23** `48fbf99b3887` — 1 info
  - added the new optional `query` request parameter `symbols`
- **2021-10-25** `a484ce871a72` — 12 info
  - the response property `code` became required for the status `400`
  - the response property `msg` became required for the status `400`
  - the response property `oneOf[#/components/schemas/bookTickerList]/items/askPrice` became required for the status `200`
  - the response property `oneOf[#/components/schemas/bookTickerList]/items/askQty` became required for the status `200`
  - the response property `oneOf[#/components/schemas/bookTickerList]/items/bidPrice` became required for the status `200`
  - the response property `oneOf[#/components/schemas/bookTickerList]/items/bidQty` became required for the status `200`
  - the response property `oneOf[#/components/schemas/bookTickerList]/items/symbol` became required for the status `200`
  - the response property `oneOf[#/components/schemas/bookTicker]/askPrice` became required for the status `200`
  - the response property `oneOf[#/components/schemas/bookTicker]/askQty` became required for the status `200`
  - the response property `oneOf[#/components/schemas/bookTicker]/bidPrice` became required for the status `200`
  - the response property `oneOf[#/components/schemas/bookTicker]/bidQty` became required for the status `200`
  - the response property `oneOf[#/components/schemas/bookTicker]/symbol` became required for the status `200`

---

[Operation](https://skmtc.dev/binance/apis/binance-public-spot-api/docs/api/v3/ticker/bookTicker/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/ticker/bookTicker/get)
