> For the complete documentation index, see [llms.txt](https://trader-docs.b2trader.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trader-docs.b2trader.b2broker.com/widgets/market-summary.md).

# Market summary

## Summary

Use this widget to monitor statistics on a specific instrument.

The widget is dynamic and is continuously updated in real time.

<figure><img src="/files/biMWRvXcyqkxOucHWsB2" alt="Market summary"><figcaption><p>Market summary</p></figcaption></figure>

{% hint style="info" %}
To monitor multiple instruments at a time, use the [Watch list](/widgets/watch-list.md) widget.
{% endhint %}

## Settings

### Select a market

The current market is displayed in the first column.

To change the market, click the market symbol and select a different one from the list.

## Fields

The following information is provided about each instrument:

**Market**

The market type (Spot, CFD, or Perpetual), market ticker and full name of the market.

***

**Current price**

The current top-of-the-book price, in the quote asset.

***

**Current price, {RAT}**

The current top-of-the-book price, in conversion to the platform root asset.

***

**24h change**

The price change over the last 24 hours.

This value is calculated as *Current price* – *Price 24h ago*.

This value is green if the price is rising and red if it's falling. A dash in this field means that there is no *Price 24h ago* data available.

***

**24h change, %**

The price change over the last 24 hours, in percents.

This value is calculated as ((*Current price* – *Price 24h ago*) / *Current price*) × 100.

This value is green if the price is rising and red if it's falling. A dash in this field means that there is no *Price 24h ago* data available.

***

**24h high**

The highest trade price over the last 24 hours.

This value is always green.

***

**24h low**

The lowest trade price over the last 24 hours.

This value is always red.

***

**Info icon**

Click this icon to view market details and trading sessions schedule.


---

# 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://trader-docs.b2trader.b2broker.com/widgets/market-summary.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.
