# Transactions

Track real-time transactions for a selected token. Sort transactions by **DATE**, **TYPE**, **PRICE**, **TOTAL** (USD), **TOKENS** (amount), **VOLUME**, and **MAKER**.

<figure><img src="https://2522895669-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJQcP0NDRz1KhwPhF5N5b%2Fuploads%2Fm5Mm6ZapSZnMZIHLH8Mt%2FTransactions%20new.gif?alt=media&#x26;token=130de10b-d13a-4f80-bace-acd51eb64b1c" alt=""><figcaption></figcaption></figure>

* Click the filter icon beside a wallet address in the **MAKER** column to view only that wallet’s transactions. Filtered transactions are also highlighted on the chart.
* Click the copy icon next to the transaction address in the **MAKER** column to copy a wallet address.
* Click the transaction timestamp in the **DATE** column to view the transaction on Solscan.


---

# 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://banana-gun.gitbook.io/banana-pro/banana-pro/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.
