trace_filter - Base RPC Method
Filter traces by address and block range on Base. Requires archive node for consumer dApps, SocialFi, NFT marketplaces, and merchant payment integrations.
Returns traces matching a filter on Base.
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 consumer dApps, SocialFi, NFT marketplaces, and merchant payment integrations
Response Body
ResponseCode Examples
Related Methods
trace_block- Get all traces in a blocktrace_transaction- Get traces for a specific transactioneth_getLogs- Filter event logs
trace_callMany
Trace multiple calls in sequence on Base. Requires archive node for consumer dApps, SocialFi, NFT marketplaces, and merchant payment integrations.
trace_get
Get a specific trace by transaction hash and index on Base. Requires archive node for consumer dApps, SocialFi, NFT marketplaces, and merchant payment integrations.