# Transaction History

To Check your transaction history, click on the wallet icon with your address in the upper right hand corner of the webpage.

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

This will bring up the sidebar where you can click where it says 'History' in order to see the transaction history. You will be able to see pending and completed swaps, as well as an easy to read icons to quickly tell which tokens were swapped, which chain it was on, and the date of transaction.

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

If you click on the transaction, it will allow you to view the transaction on the block explorer.

<figure><img src="/files/ZHBt4ariCmIfv5CpuYIc" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.fly.trade/flycn/guides/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.
