# View transaction history

### Supported types of transactions for display

{% hint style="info" %}
SubWallet supports 2 types of transactions for display in the History tab:

* All transactions made directly within the wallet will be **saved and displayed**.
* Transactions from networks that have their own block explorer will be **retrieved and displayed**.
  {% endhint %}

### View the transaction history of your accounts

**Step 1**: On the SubWallet homepage, click on the "**History**" tab on the sidebar.

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

**Step 2**: In the History tab, select the network you want to check the transaction history.

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

*In this example, we want to check the transaction history of the account named "Andy 2" on Vara Network.*

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

<details>

<summary>If you are in the "All accounts" mode</summary>

If you are in the "**All accounts**" mode, you will also need to select the account for which you want to view the transaction history.

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

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

</details>

**Step 3**: You can now see all the transactions that happened in the account.

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

Click on the transaction you want to view the details.&#x20;

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

A popup screen will appear on the right side. You will now see the details of your previously made transaction:

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

{% hint style="info" %}
You can also use the filter feature to see transactions in a particular category by clicking on the <img src="/files/8L9Z0h5VpoDLlyFf91BL" alt="" data-size="line"> button in the upper-right corner. Choose the type(s) of the transaction you want to view and click the "**Apply filter**" button below.

![](/files/sxK5h0ro5VQRRP8jGT8O) ![](/files/FLu3GOtAIBk4ebLYB743)
{% endhint %}


---

# 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.subwallet.app/main/web-dashboard-user-guide/receive-and-transfer-assets/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.
