# How to get total deposits or withdrawals for all clients

You can get the total deposits or withdrawals for all clients by exporting data from the relevant pages of the Back Office.

To get the deposit or withdrawal data:

{% stepper %}
{% step %}
Navigate to **Finance** > **Deposits** to view all client deposit transactions or **Finance** > **Payouts** to view all withdrawals.
{% endstep %}

{% step %}
To display only the required information, hide or add columns using the **Column visibility** option.

{% hint style="info" %}
If filters are applied to the **Deposits** or **Payouts** page, some transactions may be excluded. Clear all filters to ensure you that see the full list of transactions.

It may also be important to check the **Status** column filters. For example, you can filter to show only transactions with the **Done** status and exclude those with **Pending** or **Failed** statuses.
{% endhint %}
{% endstep %}

{% step %}
Click the **Export** button in the upper-right page corner.
{% endstep %}

{% step %}
In the displayed popup:

* Select the file format: XLSX or CSV.
* Select **Send to email** to receive the file by email or **Download** to save it to your computer.
* Click **Export**.
  {% endstep %}
  {% endstepper %}

You can then use the exported file to find the total deposits or withdrawals for client wallets.


---

# 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.b2core.b2broker.com/how-to-articles/manage-finances/how-to-get-total-deposits-or-withdrawals-for-all-clients.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.
