# Understanding Trading reports (Account Statement) and Transfer History

The **Trading report** (i.e account statement) contains detailed information about your Trading account, including trades, fees, financing, and transfers that affect your Trading account's Balance.

Trading report can be generated on the ‘[Reports](https://primexbt.com/my/home/report/trading)’ page:

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

To generate a trading report:

* Select the desired Margin or Copy-trading Strategy account
* Choose a timeframe included in your report and click the '**Statement**' button<img src="/files/-MlR8mqQDYp6AVg5woxX" alt="" data-size="original">

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

{% hint style="info" %}
A trading report statement for a **Copy-trading Strategy** can also be generated in the 'Trading history' section of the [Strategy's details](/help-center/covesting/creating-a-fund.md#how-to-manage-your-strategy) page.
{% endhint %}

### Understanding Balance changes in account statement.

Let’s take a look at how Balance Details are reflected in Account Statement. On the screenshot below you will see all of the logs for a Long (Sell) **position #29501454:**

![](/files/-Lw76U_y1EwYsLEj5zcc)

Each position will reflect at least **3 ACTIONS** in Account statement:\
\- Trade fee paid when *Opening* position\
\- Realized Profit/Loss incurred from a position\
\- Trade fee paid when *Closing* position

{% hint style="info" %}
Balance column reflects trading account balance AFTER the Profit/Loss has been added/deducted
{% endhint %}

1️⃣ The **1st ACTION** - opening order **#29501454** for position #29501454 . This **ACTION** reflects the trade commission paid when *Opening* position #29501454 (position # is identical to opening order #):

![](/files/-Lw76kPjpBJIDhrloOCj)

This opening trade fee shows a Profit/Loss of -0.00271125. This means that the trade fee for opening this trade is 0.00271125 BTC.\
\
\
2️⃣ The **2nd ACTION** - closing order **#29618647** for position #29501454. This **ACTION** reflects the realized Profit of 0.04911422 BTC for this position.

![](/files/-Lw76qnDVTMeeAtIDZxR)

3️⃣ The **3rd ACTION -** closing transfer **#29618647**, for position #29501454. This **ACTION** reflects the trade fee paid when *Closing* position #29501454 (Closing transfer # is identical to Closing order#):

![](/files/-Lw772YwtU_pWwLZy3XE)

This closing trade commission shows a Profit/Loss of -0.00271125. This means that the trade fee for closing this trade is 0.00271125 BTC (because it's a BTC-based account).

{% hint style="info" %}
Balance column reflects account balance AFTER the Profit/Loss has been added/deducted
{% endhint %}

Additionally, Account statement reflects any incurred [Financing fees](/help-center/trading-with-primexbt/overnight-financing.md):

![](/files/-Lw7HFytL9BcLBTsZJQN)

Account Statement also reflects all transfers made TO and FROM your Trading account:

![](/files/-Lw7FnxUwsvcoenubLPF)

### Transfer history

The [**Transfer history**](https://primexbt.com/my/home/report/transfer), located on the Reports page of your account, reflects detailed info about all deposits, withdrawals, and transfers between to/from account Wallets as well as other internal account transfers.\
\
Here you can view the entire wallet transfer history with detailed comments for each separate transfer.\
\
Alternatively, using **filters**, you can sort, filter and view specific account operations/transfers that you’re interested in - filter transfer history by date, wallet currency, action type (i.e transfer type) - deposits, withdrawals, or for example, adjust filters to only reflect referral payouts or Strategy success fees, etc:

![](/files/-McPvPQdo-uuaLnYw6ua)


---

# 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://primexbt.gitbook.io/help-center/margin-trading/understading-account-statement.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.
