> For the complete documentation index, see [llms.txt](https://help.trade.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trade.fun/prediction-market/trading/order-book.md).

# Order Book

<figure><img src="/files/Z6xHglhjQ7itYHR1GDdv" alt=""><figcaption></figcaption></figure>

**How It Works**

* **Sell Side (Red)**\
  Shows all active sell orders.\
  The top red line is the *lowest ask* – the cheapest “**Yes**” shares available to buy.
* **Buy Side (Green)**\
  Shows all active buy orders.\
  The top green line is the *highest bid* – the most anyone is willing to pay right now.
* **Spread**\
  The gap between the top buy and sell prices.\
  A smaller spread means more liquidity and faster trade execution.

***

**Columns Explained**

* **Price** – The current order price for each level.
* **Amount** – Number of shares available at that price.
* **USD Total** – Total dollar value of all shares at that level.

***

**Market Info Above the Order Book**

* **Open Interest** – Total value of all active positions.
* **Volume** – Total traded since the market opened.
* **End Date** – The date trading closes and the market resolves.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.trade.fun/prediction-market/trading/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.
