# Transaction History

Talisman offers a dedicated web based tool to view your transaction history. The first one in the space to show all of your accounts transactions across all substrate chains and many EVM chains. Developed by the Talisman team in cooperation with Subsquid.

To access your transaction history directly from your wallet simply click transaction history in the extended view or the transaction history icon in the expansion view. You can also access it at the Talisman Portal directly with this link <https://app.talisman.xyz/history>.

<div><figure><img src="/files/8sIWdCcimMoAbzZaAEN9" alt=""><figcaption></figcaption></figure> <figure><img src="/files/LTyTMrz9Z4rvkvzubKpy" alt=""><figcaption></figcaption></figure></div>

Clicking this takes you to the history section of the Talisman Portal. Here you can select which accounts you want to connect. Then every transaction of the selected accounts from all substrate and some EVM chains are displayed in chronological order. You can search for a specific transaction by:

* account address
* block number
* chain id e.g. moonbeam
* event name e.g. staking.bonded, nominationpools.unbonded
* call name e.g. nominationpools.join

<figure><img src="/files/51bsptiiYcRkCbiH0ljg" alt=""><figcaption></figcaption></figure>

Note that the transactions are grouped by each day. Every transaction has three columns. The first describes the type and exact time of the transaction. Different icons help to quickly understand what the transaction's purpose was. The last two columns vary by transaction type.&#x20;

{% tabs %}
{% tab title="Send Transaction" %}
Second Column displays the asset and the sent amount.&#x20;

Third Column displays the recipients address.
{% endtab %}

{% tab title="Receive Transaction" %}
Second Column displays the senders address.

Third Column displays the asset and the received amount.
{% endtab %}

{% tab title="Pool Stake" %}
Second Column displays the asset and the staked amount.

Third Column displays the asset's logo again and the ID of the nomination pool that received your stake.
{% endtab %}
{% endtabs %}

Inspect the transactions in more detail with a click on the icon on the right side of each transaction slot. This will take you to a dedicated block explorer like subscan for substrate based chains.

This site doesn't use entries per page but perpetual scrolling so just keep scrolling to view more transactions.&#x20;

All new parachains will be added as they are indexed.


---

# 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.talisman.xyz/talisman/wallet-features/using-the-talisman-portal/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.
