# View transaction history

## Supported types of transactions for display <a href="#supported-types-of-transactions-for-display" id="supported-types-of-transactions-for-display"></a>

{% 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 block explorer will be **retrieved and displayed**.
  {% endhint %}

## View the transaction history of your accounts

### View from Settings

**Step 1**: Open the SubWallet app and tap the list item at the top left of the screen to get to the Settings section.

<figure><img src="/files/OYfctEFjN0JEvgMhopAX" alt="" width="272"><figcaption></figcaption></figure>

**Step 2**: In the Settings section, choose "**History**".

<figure><img src="/files/JnFF5fyNxfeWWLtwsK3g" alt="" width="272"><figcaption></figcaption></figure>

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

*In this example, we want to check the transaction history of the "Andy 2" account on the Hydration network.*

<div><figure><img src="/files/Zlb3gZCkokNCodGfeL1X" alt="" width="272"><figcaption></figcaption></figure> <figure><img src="/files/nBBHKyOSxQEgHMYEWMkp" alt="" width="272"><figcaption></figcaption></figure></div>

<details>

<summary>If you're in the "<strong>All accounts</strong>" mode</summary>

In this case, you will also need to select the account for which you want to view the transaction history.

<img src="/files/3iakxmGxlRDgueyXYp8P" alt="" data-size="original">

</details>

**Step 4**: You can now see all the transactions that happened in the account. Tap on the transaction you want to view the details.

<div><figure><img src="/files/bafB2POpMTbBZASYycyE" alt="" width="272"><figcaption></figcaption></figure> <figure><img src="/files/MCtYt5MVg0aAmyilWhra" alt="" width="272"><figcaption></figcaption></figure></div>

You can also use the filter feature to see transactions in a particular category by pressing on the <img src="/files/ytQsBTQEky6HI6XRlSne" alt="" data-size="line"> icon at the upper right corner. Choose the type(s) of the transaction you want to view and tap the "**Apply filter**" button below.

<div><figure><img src="/files/CIwui9vqzxtjvk8HqkFZ" alt="" width="272"><figcaption></figcaption></figure> <figure><img src="/files/apv2ycutVAcHhfOfGdJO" alt="" width="272"><figcaption></figcaption></figure></div>

### View from SubWallet homepage

**Step 1**: Open the SubWallet app and tap the counter-clockwise icon to access the History screen.

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

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

<div><figure><img src="/files/1lNxtGhb0Fc9nxo8pcjb" alt="" width="272"><figcaption></figcaption></figure> <figure><img src="/files/DeYZspKs7K0oLub1GG5r" alt="" width="272"><figcaption></figcaption></figure></div>

<details>

<summary>If you're in the "<strong>All accounts</strong>" mode</summary>

In this case, you will also need to select the account for which you want to view the transaction history.

<img src="/files/3iakxmGxlRDgueyXYp8P" alt="" data-size="original">

</details>

**Step 3**: You can now see all the transactions that happened in the account. Tap on the transaction you want to view the details.

<div><figure><img src="/files/JHFcJc2L72z4r7csqzeU" alt="" width="272"><figcaption></figcaption></figure> <figure><img src="/files/8sjO23a5tAAkynRoo1Tw" alt="" width="272"><figcaption></figcaption></figure></div>

You can also use the filter feature to see transactions in a particular category by pressing on the <img src="/files/ytQsBTQEky6HI6XRlSne" alt="" data-size="line"> icon at the upper right corner. Choose the type(s) of the transaction you want to view and tap the "**Apply filter**" button below.

<div><figure><img src="/files/OcwSQVIMCa8dcdnHorkO" alt="" width="272"><figcaption></figcaption></figure> <figure><img src="/files/fde4PE9RnAUW84sr36as" alt="" width="272"><figcaption></figcaption></figure></div>


---

# 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/mobile-app-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.
