arbtrace_transaction
Retrieve detailed trace information for a specific transaction on Arbitrum networks using the trace API. Input transaction hash and optional RPC URL or chain name to analyze transaction execution steps and internal calls.
Instructions
Get trace information for a specific transaction (requires trace API)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainName | No | Chain name (e.g., 'Xai', 'Arbitrum One') - will auto-resolve to RPC URL | |
rpcUrl | No | The RPC URL of the Arbitrum node (optional if default is set) | |
txHash | Yes | Transaction hash to trace |