arbtrace_filter
Filter and analyze transaction traces on Arbitrum networks using specific criteria. Supports custom filters, RPC URLs, and chain identification for precise trace data extraction.
Instructions
Filter traces based on specified criteria (requires trace API)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainName | No | Chain name (e.g., 'Xai', 'Arbitrum One') - will auto-resolve to RPC URL | |
filter | Yes | Filter criteria for traces | |
rpcUrl | No | The RPC URL of the Arbitrum node (optional if default is set) |