# Wallet Activity with Filtering

The 'Wallet Activity' tab shows the full Bidding, Listing, Minting, Purchase, Sale, and Transaction history of a wallet.

{% hint style="warning" %}
Good to Know: Wallets using automated bidding/listing bots will have slower than usual load times due to the large number of rows. If the activity rows are not loading, click 'Filters', select the 'Transaction Type' filter, and disable 'Bids' and 'Listings'.
{% endhint %}

Unique to Compass: Powerful filtering capabilities and the wide range of activity types cataloged let you examine a wallet’s trading history for very specific scenarios.

With bids, you can see the marketplace where the bid was placed. You can also see the item that the bid was placed on:

* Collection bids show the collection name in the 'Item' column
* Trait bids show a trait in the 'Item' column
* Token bids show a token with the #tokenID in the 'Token' column

In the case of bids/listings/sales, you can see the difference between the bid/listing/sale and the collection floor at the time of the bid.

{% hint style="info" %}
**Tip:** Filtering for a specific token ID lets you track the token’s journey with the wallet, including how the wallet ramped up their bids for the token, purchased it, transferred it between their wallets (if you are looking at a wallet group), listed and re-listed lower, and finally sold.
{% endhint %}

{% hint style="info" %}
**🤖 Automate with Wallet groups:** You can automatically copy trade wallet groups with Compass Automations.
{% endhint %}


---

# 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.compass.art/wallets/wallet-activity-with-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.
