# Order Book

Order Book -- is a list of orders to buy and sell a certain asset, structured by price level. The order book contains interests of buyers and sellers. The order book is a dynamic connection between buyers and sellers, as here the list of unexecuted orders for a certain asset is represented in real time. This is important trading information that promotes transparency.

<figure><img src="/files/OzTDIWv1lwz0zSGFmzP0" alt="" width="166"><figcaption></figcaption></figure>

The order book consists of buy and sell orders, as well as price and

volume.

1\. Buy orders contain information about the buyer, including orders and desired amount to buy.

2\. Sell orders contain information about sellers, including all offers and desired sale amount.

3\. Each price level demonstrates the number of orders available (size), in which participants are willing to buy or sell an asset.

The order book helps traders make reasonable decisions. So, they can see the imbalance of orders, which can tell about the direction of the asset's movement in the near future.

<br>


---

# 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://avstrade.gitbook.io/avstrade-docs-en/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.
