traceCall
Execute and trace Ethereum transactions off-chain without broadcasting, using Parity-style tracing. Simulate calls to analyze traces, state diffs, and outcomes on any supported network.
Instructions
Execute and trace a call without broadcasting it (Parity-style tracing)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| transaction | Yes | Transaction call object | |
| traceTypes | Yes | Array of trace types. e.g. ["trace", "stateDiff"] | |
| blockIdentifier | No | Block identifier (number, hash, or tag) |