---
title: "Order Book"
method: GET
path: "/api/v3/depth"
tags: ["Market"]
---

# Order Book

`GET /api/v3/depth`

| Limit               | Weight(IP)  |
|---------------------|-------------|
| 1-100               | 5           |
| 101-500             | 25          |
| 501-1000            | 50          |
| 1001-5000           | 250         |

## Query parameters

- `symbol` string, required
- `limit` integer

## Response `200`

Order book

- object
  - `lastUpdateId` integer, required
  - `bids` array[], required
    - string[]
  - `asks` array[], required
    - string[]

## Other responses

- `400` — Bad Request

## 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`
  - …4 more
- **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`
  - …4 more

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