---
title: "Get market orderbook"
method: GET
path: "/orderbook/{market}"
tags: ["Markets"]
---

# Get market orderbook

`GET /orderbook/{market}`

Get snapshot of the orderbook for the given market

## Path parameters

- `market` string, required

## Query parameters

- `depth` integer
- `price_tick` string

## Response `200`

OK

- ResponsesAskBidArray
  - `asks` array[] — List of Ask sizes and prices
    - string[]
  - `best_ask_api` string[] — Size on the best ask from API (excluding RPI)
  - `best_ask_interactive` string[] — Size on the best ask from UI
  - `best_bid_api` string[] — Size on the best bid from API (excluding RPI)
  - `best_bid_interactive` string[] — Size on the best bid from UI
  - `bids` array[] — List of Bid sizes and prices
    - string[]
  - `last_updated_at` integer — Last update to the orderbook in milliseconds
  - `market` string — Market name
  - `seq_no` integer — Sequence number of the orderbook

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/revisions/6a76453d754c/schema)
