traceFilter
Filter on-chain traces by sender, recipient, and block range to locate specific transactions or contract interactions across supported networks.
Instructions
Search for traces matching criteria like sender, recipient, and block range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| fromBlock | No | Starting block (hex, decimal, or tag) | |
| toBlock | No | Ending block (hex, decimal, or tag) | |
| fromAddress | No | Filter by sender addresses | |
| toAddress | No | Filter by recipient addresses | |
| after | No | Offset trace number | |
| count | No | Number of traces to return |