---
title: "Changes to Order Book"
method: GET
path: "/api/v3/depth"
---

# Changes to Order Book

`GET /api/v3/depth`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 26 revisions.

- **2022-03-04** `f1d8926e955a` — 8 breaking
- **2021-10-25** `a484ce871a72` — 3 breaking, 5 info

## Changes

- **2022-03-04** `f1d8926e955a` — 8 breaking
  - removed the enum value `10.00` from the `query` request parameter `limit`
  - removed the enum value `100.00` from the `query` request parameter `limit`
  - removed the enum value `1000.00` from the `query` request parameter `limit`
  - removed the enum value `20.00` from the `query` request parameter `limit`
  - removed the enum value `5.00` from the `query` request parameter `limit`
  - removed the enum value `50.00` from the `query` request parameter `limit`
  - removed the enum value `500.00` from the `query` request parameter `limit`
  - removed the enum value `5000.00` from the `query` request parameter `limit`
- **2021-10-25** `a484ce871a72` — 3 breaking, 5 info
  - for the `query` request parameter `limit`, the type/format was changed from `integer`/`` to `integer`/`int32`
  - the `asks/items/items/` response's property type/format changed from `array`/`` to `string`/`` for status `200`
  - the `bids/items/items/` response's property type/format changed from `array`/`` to `string`/`` for status `200`
  - the response property `asks` became required for the status `200`
  - the response property `bids` became required for the status `200`
  - the response property `code` became required for the status `400`
  - the response property `lastUpdateId` became required for the status `200`
  - the response property `msg` became required for the status `400`

---

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