# Transaction Filtering

Defined charts and transaction tables give users the ability to filter historic and current transaction data so they only see what's important to them. It's as easy as using the filters on the transaction table, or simply clicking a candle on a token chart!

<figure><img src="/files/o197LFuvRzb1p2CjlS76" alt=""><figcaption><p>Transaction Table</p></figcaption></figure>

## Available Filters

We currently allow users to filter transactions by the following:

* Age (enter date range or click a chart candle)
* Token Price&#x20;
* USD Value&#x20;
* Base Token Amount (eg: Eth, Sol)
* Token Quantity&#x20;
* Wallet (Trader) Address

Here's an example that shows all transactions for a token on April 20th, 2025 between Midnight and 1am, with SOL amounts between 10 and 50 SOL. You'll notice the two active filters highlighted along the top row:

<figure><img src="/files/HWMTOGo2O0ua1PL08q2c" alt=""><figcaption><p>Age and SOL filters active</p></figcaption></figure>

## Filter Using Chart Candles

Users can also filter for transactions that happen within a specific candle on a chart.

For example, let's say you want to see all the transactions that happened during the dip in this chart:

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

If we click on the lowest red candle on the chart, it will filter the transaction table to only show transactions within this candle (ie: date range). Note that this is a 4hr candle, so if you'd like to narrow results further, you can switch the timeframe on the chart to smaller increments like 1m, 5m, 15m, etc.

Here's an example where we clicked on the candle, automatically filtering for that 4 hour range:

<figure><img src="/files/N20zcomVEppbKccgEjBx" alt=""><figcaption><p>filtered transactions from clicking on a chart candle</p></figcaption></figure>

Using this information, you can pinpoint smart traders that bought "the dip" and made a profit. Once you find these traders, you can instantly track their wallets by clicking the "track wallet" button<img src="/files/2eLhHocsxj0IwcQqpg6B" alt="" data-size="line"> next to their transaction in the far right column. In the next section, we'll talk more in depth about Wallet Tracking.


---

# 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.defined.fi/defined-docs/defined-classic/defined-features/transaction-filtering.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.
