---
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

---

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