---
title: "Order Book"
method: GET
path: "/orderbook"
tags: ["Market Data"]
---

# Order Book

`GET /orderbook`

Gets buy/sell orders for specified market

## Query parameters

- `market` string, required
- `depth` string

## Response `200`

Order book retrieved successfully

- object
  - `timestamp` integer — Timestamp
  - `bids` array[] — Buy orders [price, amount]
    - string[]
  - `asks` array[] — Sell orders [price, amount]
    - string[]

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/paribu/apis/paribu-api.md) · [All operations](https://skmtc.net/paribu/apis/paribu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paribu/paribu-api/revisions/1d8c41cf2e03/schema)
