simulateExecution
Simulate a full transaction execution on any supported network to obtain detailed call traces, logs, and return data for debugging and analysis.
Instructions
Simulate full transaction execution and get detailed call traces, logs, and return data
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 object to simulate |