# How to view transaction history

To access your full transaction history across all wallets and trading accounts:

{% stepper %}
{% step %}
In the B2CORE UI, navigate to **Transactions History**.

{% hint style="info" %}
The names of menu items and other UI elements depend on your broker’s configuration and may differ from those shown in this guide.
{% endhint %}
{% endstep %}

{% step %}
Select the transaction type to view, such as **All**, **Deposit**, **Withdrawals**, **Exchanges**, or **Transfers**.

<figure><img src="/files/ItryzLDWLJmVpOupNFSw" alt="Transaction History"><figcaption><p>Transaction History</p></figcaption></figure>
{% endstep %}

{% step %}
Use filters by currency or status, and sort by transaction amount to easily find specific records.
{% endstep %}
{% endstepper %}

For quick reference, a summary of your latest transactions is also available on the **Dashboard** in the **Last Transactions** widget.


---

# 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/front-office-guide/manage-your-finances/how-to-view-transaction-history.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.
