# Coin transfers

Coin transfers are related to transactions that saw the exchange of ownership between various amounts of coins. An example can be seen right here.\
\
The account is <https://aptscan.ai/accounts/0xf0543ce1c423da01b74e4bf10fdb1678be3348084bc3330e40f81e1d274283bf?tab=coins>\ <br>

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

As you can see, the info displayed here is similar to what we saw on the "Transactions" tab, whith the notable difference being Amount. \
\
The Amount column showss the amount of token being transfered, as well as the name of the tokens as well. Clicking on the name of the coin will direct you to the [Coin Page](/browsing-the-site/coin-list/coins.md)  of the specific token.&#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/coin-transfers.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.
