# View token transactions

To examine the transaction history of your tokens:

* Go to your listing page
* Select the relevant asset/token.

1. **Access the Trade History:**
   * Click on the 'Trade' tab or section in your dashboard.
2. **Transaction Details:**
   * Review all minting, buying, and burning transactions for your tokens.
   * Each entry includes transaction IDs, timestamps, and associated wallet addresses.


---

# 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.spydra.app/how-to/public-chain/manage-token-lifecycle/view-token-transactions.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.
