> For the complete documentation index, see [llms.txt](https://docs.aptscan.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aptscan.ai/browsing-the-site/token-list/project-page/individual-nft-page.md).

# Individual NFT page

Aptoscan Token Detail (or NFT Detail) Page is where users can go and explore the exact NFT of their choice.

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

1. **Overview -** General information and data of a chosen NFT

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

Users can also check the specific *attributes* of the token by clicking the "All" tab

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

2. Transactions - All of the token's on-chain activities

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

* *Version:* The transaction ID/ Tx hash
* *Block*: The no. of block containing the transaction
* *Age:* The time the activity occurred
* *From:* The sender's wallet address
* *To:* The receiver's/ program wallet address
* *Function:* On-chain activities regarding the owner's purposes
* *Gas Fee*: Network gas fee

3. **Holders -** The detailed info of a Token's holders

<figure><img src="/files/grnCNywDkTg3gFBmvdoZ" alt=""><figcaption><p>Oopsy</p></figcaption></figure>

4. **Activity** - Every on-chain activity of the token

<figure><img src="/files/0OUhg3N2MV0uKBCJkhly" alt=""><figcaption></figcaption></figure>

* *NFT:* The name & image of an NFT
* *Action*: The on-chain activity recorded from the NFT's owner
* *Price:* The NFT's Price
* *From:* The initiator's wallet address
* *To:* The receiver's/ program wallet address
* *Marketplace:* The marketplace where the action occurred
* *Txs*: The transaction ID/ Tx hash

5. **Metadata -** The token's backbone. Users can interact with its metadata directly on Aptscan

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/token-list/project-page/individual-nft-page.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.
