# Transactions

\
Transaction tabs display all the transactions that have been taken on the account.

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

Here is an explainer of all the info you'll find available here:

* **Version**: blockchain state after the transaction is finalized&#x20;
* **Block**: transactions are batched into blocks for execution
* **Age**: hơ long ago was the transaction executed
* **From**: token sender&#x20;
* **To**: token recipient&#x20;
* **Function**: function being utilized&#x20;
* **Gas Fee**: cost for the transaction&#x20;


---

# 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.aptscan.ai/browsing-the-site/account/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.
