> 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/assets.md).

# Assets

## Summary

This widget displays the list of all asset balances on your account.

<figure><img src="/files/WNDHt6WbVVyRVRyFcdK4" alt="Assets"><figcaption><p>Assets</p></figcaption></figure>

## Settings

### Hide zero balances

Use this option to hide all assets with zero balances from the list.

It's enabled by default.

### Configure columns

Click the **Configure columns** button in the widget header to adjust the displayed information:

* **Mark or unmark column checkboxes**: To display or hide them; the column checkboxes highlighted in grey can’t be unmarked.
* **Drag and drop the columns**: To adjust their order in the table.

## Fields

The following information is provided about each asset:

**Asset**

The alphabetical code of the asset.

The first asset in the list is the **root asset** of the platform.

***

**Caption**

The asset name.

***

**Available**

The balance at your disposal, meaning the difference between your total assets and a sum of all limit orders placed by this time.

This value is calculated as *Total – Halted*, where *Halted* is the asset amount frozen on the account for execution of placed Limit orders.

***

**Available, {RAT}**

The available balance, in conversion to the platform root asset.

***

**Total**

The overall amount of the asset available in your wallet, including locked funds.

***

**Total, {RAT}**

The total balance, in conversion to the platform root asset.


---

# 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/assets.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.
