# Order Book

The Order Book tool inside <mark style="color:$primary;">BigBeluga Sonar</mark> brings centralized exchange market depth data directly onto your chart view, giving traders a clear understanding of where real buy and sell pressure exists.

{% embed url="<https://www.youtube.com/watch?v=N818OqmUqQE>" %}

<figure><img src="/files/bK5BrHLycPUoz5WXBpQX" alt="" width="563"><figcaption></figcaption></figure>

***

## **What it shows**

### Heatmap Depth Chart

The central histogram visualizes the "walls" in the market:

* Bids (Green) & Asks (Red): Represents the cumulative buy and sell orders.
* Heatmap Intensity: The brightness/saturation of the bars indicates liquidity concentration. Brighter areas represent massive order blocks (walls) that price is likely to react to.

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

* Depth Toggle: Adjust the granularity of the book (e.g., Depth 5 to 50) to see near-price liquidity or major macro walls.

<div data-with-frame="true"><figure><img src="/files/3rx27QXHpx5PlkDGhqfK" alt=""><figcaption></figcaption></figure></div>

Use the dropdown to:

> * Adjust how many levels of bids and asks are shown.
> * Get a broader or more focused view of the market liquidity.
> * Easily analyze order flow at different depths.

Perfect for scalpers, intraday traders, and anyone who wants more control over how they visualize market pressure.

### Advanced Market Header

The top bar provides essential context for the current asset’s global state:

<div align="left"><figure><img src="/files/Bqhqjx03Oj7jmTsC4noe" alt=""><figcaption></figcaption></figure></div>

* Funding Rate: Displays the current aggregated funding rate.
  * Green: Positive funding (Longs pay Shorts).
  * Red: Negative funding (Shorts pay Longs).
* Funding Countdown: A live timer showing exactly when the next funding settlement will occur (HH:MM:SS).
* Open Interest (1H): Shows the percentage change in Open Interest over the last hour. This helps confirm if a price move is backed by new capital entering the market.

### **Volume Table**

A detailed breakdown of individual price levels showing exact bid, ask, and volume figures.

<div align="left"><figure><img src="/files/s43l86adDruZk2wV1Do1" alt=""><figcaption></figcaption></figure></div>

***

## **How it helps**

> * Spot large buy/sell walls and hidden liquidity areas that might stop or trigger price movements.
> * Time entries and exits around thin areas in the book where price could move quickly.
> * Detect spoofing behavior or sudden shifts in liquidity.

### **Use case example**

You're watching a coin near resistance, and the order book shows a large cluster of sell orders just above current price. This could suggest limited upside unless that wall is broken, giving you a reason to wait for confirmation before going long.


---

# 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.bigbeluga.com/extension/bigbeluga-sonar-tm/home/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.
