# What is an Order Book

In crypto trading, an order book is a real-time list of all the buy and sell orders for a specific trading pair on an exchange. It provides transparency into market activity and helps traders understand supply, demand, and price levels.

***

### What the Order Book Shows

* Buy Orders (Bids)

  Orders from traders who want to purchase the asset at specific prices.
* Sell Orders (Asks)

  Orders from traders who want to sell the asset at specific prices.
* Order Size (Volume)

  The amount of the asset traders want to buy or sell at each price level.

***

### How It Works

* The order book is constantly updated as new orders are placed, filled, or canceled.
* The highest bid (best price someone is willing to pay) and the lowest ask (best price someone is willing to sell at) define the current market price.
* The difference between the highest bid and the lowest ask is called the spread. Example: If the highest bid for ETH is $2,000 and the lowest ask is $2,005, the order book shows a spread of $5.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cedehub.io/faq/what-is-an-order-book.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
