# Understanding Your Transaction History

Transactions are at the heart of your Web3 activities and it's our goal to provide detailed information in a very easy to understand way.

In our swap example in '[How To Save With Our In-Wallet Swap Aggregator](/meteor-guides/how-to-save-with-our-in-wallet-swap-aggregator.md)' we swapped USDC for NEAR and there were two transactions/steps in this swap.

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

You can view your transaction history by selecting the icon second from the right on your menu.

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

Using this example you'll see these transactions, from USD to wNEAR and from wNEAR to NEAR.

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

For further information, you can click each transaction.

Let's look at the transaction in detail for wNEAR to NEAR.

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

Along with details such as the transaction hash, signer, receiver, gas, you'll also have a link to view the transaction on Near Blocks.

### Every Transaction Tracked

The example is for a swap but you'll have this level of detail available for all of your transactions on NEAR, be it DeFi or NFT activity.&#x20;

You will also see a level of detail for any interaction with DApps.&#x20;

Having detailed yet simple to understand information prior to signing transactions is paramount to your security and user experience.


---

# 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.meteorwallet.app/meteor-guides/understanding-your-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.
