Docs

trace_filter - Ethereum RPC Method

Filter traces by address and block range on Ethereum. Requires archive node for DeFi protocols (60% market share), NFT marketplaces, DAOs, and enterprise dApps.

Returns traces matching a filter on Ethereum.

Archive Node Required

This method requires an archive node. It is not available on full nodes.

Use Cases

  • Address activity - Find all internal transactions involving an address
  • Contract monitoring - Track calls to specific contracts
  • Forensic analysis - Investigate transaction patterns for DeFi protocols (60% market share), NFT marketplaces, DAOs, and enterprise dApps

Response Body

Response

Code Examples