Skip to main content

Token Activity

Returns token balance and transfer history for a specific holder/token pair.

Returns

  • Current balance
  • Transfer history (in/out direction)
  • Paginated results (100 per page)

Example Queries

Parameters

You can use token symbols (like “USDC”) - Claude will look up the correct contract address.

Example Output

Understanding Direction

Use Cases

Track incoming funds:
Analyze spending:
Track whale movements:

Pagination

For addresses with extensive history: You: “Show page 5 of USDC transfers for 0x…”

Comparing Multiple Tokens

You can ask about multiple tokens: You: “Compare the USDC and USDT activity for this wallet” Claude will make multiple queries and provide comparison.

Common Use Cases

“Show me all incoming USDC transfers over $1,000”
“Track aUSDC (Aave deposit token) activity for this wallet”
“Show the WETH in/out flow for this trader”
“When did this wallet start accumulating this token?”

Combining with Other Tools

For complete analysis:
  1. Check all holdingsgetWalletOverviewTool
  2. Focus on one tokengetTokenActivityTool
  3. Analyze specific transferqueryTransactionTool
  4. Check counterpartygetWalletOverviewTool on the other address

Tips

Use token symbols—“USDC activity” is easier than the full address.
Ask for net flow: “What’s the net USDC flow for this wallet?”

Supported Token Types

Limitations

100 transfers per page. Use pagination for complete history.
Historical depth. Very old transfers may have limited data.

Next Steps

Wallet Overview

See complete wallet profile

Deployed Contracts

Find contracts created by an address