> 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/trade-history.md).

# Trade History

<figure><img src="/files/P0BWqipRlk2nhD0wzptE" alt=""><figcaption><p>Trade History Tab</p></figcaption></figure>

### Columns

* **Time / Age**\
  Time elapsed since the trade occurred (e.g., `1s ago`, `8m ago`).
* **Type**\
  Displays whether the trade was a **Buy** (green) or **Sell** (red).
* **MC**\
  Market cap of the token at the time of the trade.
* **Amount**\
  Amount of tokens bought or sold in the transaction.
* **Total USD**\
  Total value of the trade in USD.
* **Trader**\
  The wallet that executed the trade.
  * You can click the external link icon to view the address.
  * Use the filter icon to isolate that trader’s activity across tabs.

***

### Filters

* **YOU** – Show only your trades.
* **DEV** – Show trades by the developer wallet.
* **Instant Trade** – Open the Instant Trade widget to react immediately to recent trades.

***

This tab is useful for tracking volume surges, large entries/exits and understanding who is actively trading the token.


---

# 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/trade-history.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.
