---
title: "Get top 40 bids of orderbook"
method: GET
path: "/api/orders/bids/{currencyPairCode}"
tags: ["ApiOrders"]
---

# Get top 40 bids of orderbook

`GET /api/orders/bids/{currencyPairCode}`

## Path parameters

- `currencyPairCode` string, required

## Response `200`

Success

- OrderbookLevel[]
  - `isBid` boolean
  - `price` number, double
  - `amount` number, double
  - `currencyTo` number, double
  - `quoteAmount` number, double
  - `currencyFrom` number, double

---

[API](https://skmtc.dev/binibit/apis/webapp.md) · [All operations](https://skmtc.dev/binibit/apis/webapp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binibit/webapp/revisions/975d0a2e9e7d/schema)
