Alchemy Logo

eth_callBundle

POST
/{apiKey}

Simulates a bundle of signed transactions against a specific block number, including simulating a bundle at the top of the next block. This method allows you to test transaction bundles before submitting them to the network.

Path Parameters

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

Bundle parametersobjectrequired

The bundle simulation parameters containing the transactions to simulate and the block context for the simulation.

Responses

200

The result of the bundle simulation containing gas usage, fees, and individual transaction results.

Was this page helpful?