---
title: "Retrieve the orderbook (amount and pricepoint) corresponding to a a baseToken and a quoteToken"
method: GET
path: "/orderbook"
tags: ["orderbook"]
---

# Retrieve the orderbook (amount and pricepoint) corresponding to a a baseToken and a quoteToken

`GET /orderbook`

Multiple status values can be provided with comma separated strings

## Query parameters

- `baseToken` string, required
- `quoteToken` string, required

## Response `200`

successful operation

- OrderBook
  - `pairName` string
  - `asks` object[]
    - `amount` string
    - `pricepoint` string
  - `bids` object[]
    - `amount` string
    - `pricepoint` string

## Other responses

- `400` — *** Parameter missing
- `500` — Internal Server Error

---

[API](https://skmtc.net/buildonviction/apis/tomodex-apis.md) · [All operations](https://skmtc.net/buildonviction/apis/tomodex-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buildonviction/tomodex-apis/revisions/18b6ffedd480/schema)
