> For the complete documentation index, see [llms.txt](https://docs.ib.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ib.b2core.b2broker.com/for-brokers/back-office-guide/platforms/accounts.md).

# Accounts

## Accounts list

View the following information for each trading account:

**Platform**

The trading platform name.

***

**Group**

The account group defined on the platform.

***

**Type**

The account type. Possible values:

* Default
* Payment account
* PAMM investment account
* PAMM master account

***

**Account**

The account number on a trading platform.

This is a link to [account details](#account-details).

***

**Currency**

The currency in which an account is denominated.

***

**Trades**

The number of trades made on the account.

***

**Deposits**

The amount deposited to an account.

***

**Withdrawals**

The amount withdrawn from an account.

***

**Balance**

The balance on an account.

***

**Credit**

The credit on an account.

***

**Equity**

The account equity.

***

**Commission**

The commissions paid for operations on an account.

***

**Swap**

The swap on an account.

***

**Profit**

The profit on an account, before commissions.

***

**PnL**

The profit-loss value calculated for an account.

***

**Name**

The name of a client profile.

***

**Email**

The client email.

***

**Client ID**

The identifier of a client profile.

***

**Archived**

Indicates whether an account is archived on a trading platform.

***

**Enabled**

If enabled, the account participates in data sync and calculation of rewards.

All accounts are enabled by default (the **Enabled** field is set to **Yes**). You can change the this status in the account details.

***

**Hidden**

If **Yes**, an account isn't shown to a partner.

This means the account is included in a [group](/for-brokers/back-office-guide/platforms/groups.md) for which the **Hide accounts** setting is enabled.

***

**Created**

The date and time when an account was created on a trading platform.

## Account details

To view details, click the **account number** or <img src="/files/rORDqgdNGmkub2ef5lZx" alt="" data-size="line">.

The page is divided into the following tabs:

{% tabs %}
{% tab title="Account" %}
On this tab, you can view general information about an account.
{% endtab %}

{% tab title="Deposits" %}
On this tab, you can view the deposit history of an account.

For a detailed description of the fields, see [Deposits](/for-brokers/back-office-guide/platforms/deposits.md).
{% endtab %}

{% tab title="Withdrawals" %}
On this tab, you can view the withdrawal history of an account.

For a detailed description of the fields, see [Withdrawals](/for-brokers/back-office-guide/platforms/withdrawals.md).
{% endtab %}

{% tab title="Trades" %}
On this tab, you can view trading history of an account, with the following data provided on each trade:

**Trade execution time**

The date and time when a trade was executed.

***

**Platform**

The name of a platform on which a trade was executed.

***

**Trade ID**

The trade identifier.

***

**Side**

The trade side. Possible values:

* Buy
* Sell

***

**Symbol**

The symbol code.

***

**Volume, lots**

The volume traded, in lots.

***

**Position**

The current position state. Possible values:

* Closed
* Open

***

**Rewards**

The amount of rewards paid for a trade.
{% endtab %}
{% endtabs %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ib.b2core.b2broker.com/for-brokers/back-office-guide/platforms/accounts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
