---
title: "Retrieve the orderbook (full raw orders, including fields such as hashes, maker, taker addresses, signatures, etc.)
corresponding to a baseToken and a quoteToken"
method: GET
path: "/orderbook/raw"
tags: ["orderbook"]
---

# Retrieve the orderbook (full raw orders, including fields such as hashes, maker, taker addresses, signatures, etc.)
corresponding to a baseToken and a quoteToken

`GET /orderbook/raw`

Multiple status values can be provided with comma separated strings

## Query parameters

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

## Response `200`

successful operation

- RawOrderBook
  - `pairName` string
  - `orders` Order[]
    - `id` string
    - `userAddress` string
    - `exchangeAddress` string
    - `baseToken` string
    - `quoteToken` string
    - `status` string
    - `side` string
    - `type` string
    - `hash` string
    - `signature` Signature
      - `V` string
      - `R` string
      - `S` string
    - `pricepoint` string
    - `amount` string
    - `filledAmount` string
    - `nonce` string
    - `makeFee` string
    - `takeFee` string
    - `pairName` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `orderID` 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)
