> For the complete documentation index, see [llms.txt](https://help.trade.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trade.fun/memecoins/token-page/token-stats.md).

# Token Stats

<figure><img src="/files/8ou0U0dAztsVfEm2gQxv" alt=""><figcaption><p>Token Stats Component</p></figcaption></figure>

#### Volume Breakdown (Default: 5m)

* **5m Vol** – Total trading volume in the current timeframe.
* **Buys** – Number of buy transactions and total USD amount.
* **Sells** – Number of sell transactions and total USD amount.
* **Net Vol** – Difference between buy and sell volume.

***

#### Timeframe Selector

Below the stats, you’ll see four timeframes:

* **5m**
* **1h**
* **6h**
* **24h**

Hovering shows the percent change over that period.\
Clicking a timeframe will switch the stats above to reflect volume and net flow for that selected window.


---

# 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://help.trade.fun/memecoins/token-page/token-stats.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.
