simulate_bundle
Simulate a batch of transactions on any EVM network to verify execution and preview returns before committing.
Instructions
Simulate a bundle of transactions to check execution and returns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| privateKey | Yes | Private key for simulation | |
| blockNumber | No | Block number to simulate at (default: latest) | |
| transactions | Yes | Array of transactions to simulate |