# Account Profile 🐋

For further information regarding a Trader's Wallet token balances and recent activity, you can visit their Trader Profile. This page allows you to dive deep into a Trader's wallet to see precisely what they've been up to recently and view their historical transactions.

<figure><img src="/files/6gRmFY7V2lyPwBRrqrMe" alt=""><figcaption></figcaption></figure>

This feature is currently accessible by clicking on any transaction on the main page, your wallet in the top right corner, and the wallet icon in the left navbar.&#x20;

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

## Trader Overview&#x20;

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

At the top of the Trader Profile, you will be able to see a quick overview with information such as:

**Account type**

Learn more at the [Account Labeling](/features/account-labeling.md) page.&#x20;

**Asset Value**

The total dollar value of *Tokens*\* that the trader is currently holding.&#x20;

**30 Day Trading Volume**

The total dollar value of tokens traded from this Trader in the past 30 days.&#x20;

**Inflow/Outflow, 30d**

The dollar value of tokens that have been transferred to and from the account. Only verified tokens that are listed at least in one [token list](https://docs.dex.guru/data/off-chain-data-usage#usage-of-token-lists) are used for calculations.&#x20;

{% hint style="info" %}
**\*Token Display Criteria:** Currently, for tokens to be calculated in Asset Value, they must fit the criteria of:

* Token has had their balance (# number of Tokens) change in the last 7 days&#x20;
* Greater than >$10 in total market value
* Token is actively traded and has had more than 1 transaction in the last 7 days
  {% endhint %}

## Trader Token Balances

As with Asset value in the Trader Overview section, only Tokens that fit the same ***Token Display Criteria*****\*** mentioned above will be displayed here.

![Trader Token Balances that fit Token Display Criteria\*](/files/Dxr5J8aKIQ01vBbMmAev)

In the Trader's Token Balances you will also see the following information:

* **Current Balance -** The # of Tokens owned by the Trader along with the dollar value equivalent
* **7 Day Change -** The change in the wallet's Token Balance during the last 7 days for this specific token
* **Average Acquisition Price\*** **-** The average acquisition price of the Token by the wallet
* **In/Out/At Money Status -** Displays whether the wallet is current in/out/at the money based on their Average Acquisition Price compared to the Token's Current Price.

{% hint style="info" %}
***\*Note:** Transactions that involve a transfer of the Token from one wallet to another are also included in the Acquisition Price. For these transactions, the Token Price at the time of transfer will be taken to be included in the calculation of the Average Acquisition Price.*
{% endhint %}

Additionally, by clicking on the Token Balances, you will be able to see how the user's Token Balance for that specific token has changed over time. This graph is also charted alongside the Token price.

## **Full Transaction List**

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

In the Trader Profile, you will also be able to view and download to CSV the full transaction history of the Trader's Address including:

* Swaps
* Transfers
* Liquidity Pool Adds/Removals

Don't forget, you'll be able to filter the Trader's transaction list by time, trade size, token and pool address - this'll allow you dig deeper and uncover further insights into their historical activity!

![Filters available for Trader's Transaction List](/files/CXNkaibBj2RXEAfe8Txm)


---

# 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.dex.guru/features/account-profile.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.
