Skip to main content

Transaction Activity

Returns transaction history with decoded function calls, balance changes, and contract creations.

Returns

  • Function names and decoded parameters
  • Balance changes per transaction
  • Contract creations
  • Paginated history (10 per page)

Example Queries

Parameters

Example Output

Filtering by Destination

To see only interactions with a specific contract: You: “Show me all transactions from 0xUser to Uniswap” This uses the toAddress parameter to filter results.

Use Cases

Wallet investigation:
Protocol usage:
Trading analysis:

Pagination

For addresses with many transactions: You: “Show me page 3 of transactions for 0x…”

Balance Changes Explained

Each transaction shows what moved:
Only shows balance changes where the queried address is the holder. For complete transaction breakdown, use queryTransactionTool.

Contract Creations

When an address deploys contracts:

Common Use Cases

“Give me an overview of this wallet’s activity over the past month”
“When did this wallet last interact with Compound?”
“What DEXs does this wallet use most?”
“What contracts has this deployer wallet created?”

Combining with Other Tools

For comprehensive analysis:
  1. Get wallet overviewgetWalletOverviewTool
  2. Check transaction historygetTransactionActivityTool
  3. Deep dive specific txqueryTransactionTool
  4. Check token holdingsgetTokenActivityTool

Tips

Filter when possible—use toAddress to focus on specific protocols.
Ask for summaries: “Summarize this wallet’s DeFi activity”

Limitations

10 transactions per page. Use pagination for full history.
Only shows outgoing context. Balance changes are relative to the fromAddress. Use queryTransactionTool for complete transaction details.

Next Steps

Query Transaction

Get full details on any transaction

Wallet Overview

Get complete wallet profile