# Transactions History

To view your transaction history for a specific token, simply click on the token from your asset list. This opens a detailed list of all recent transactions associated with that token.

If the desired token isn’t visible on the main page, you can add it via the [Select Assets](https://docs.everwallet.net/manage-assets) menu.

For more detailed information about a particular transaction click on any transaction in the list.

Here, you’ll find:

* **Date and Time**: When the transaction took place
* **Status**: The current status of the transaction (e.g., completed, pending)
* **Type**: Type of transaction (e.g., ordinary)
* **Network Fee**: [The fee](https://docs.everwallet.net/concepts/fees) spent on processing the transaction
* **Amount**: The quantity of tokens transferred
* **Recipient Address**: Address to which the transaction was sent
* **Transaction Hash ID**: Unique identifier for the transaction
* **Comment**: Additional notes (if any)

To see the transaction on the blockchain explorer, click **Open in explorer** to be directed to the full transaction page in the [blockchain explorer.](https://docs.everwallet.net/concepts/explorer)

<figure><img src="/files/rz3tehbImiKkPWMdJBxI" alt=""><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.sparxwallet.com/use/transactions-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.
