eth_callBundle
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
apiKey
Request
This endpoint expects an object.
Bundle parameters
The bundle simulation parameters containing the transactions to simulate and the block context for the simulation.
Response
The result of the bundle simulation containing gas usage, fees, and individual transaction results.
bundleGasPrice
The gas price used for the bundle simulation.
bundleHash
The hash of the bundle.
coinbaseDiff
The total difference in coinbase payments.
ethSentToCoinbase
The total ETH sent to the coinbase.
gasFees
The total gas fees for the bundle.
results
Array of individual transaction results within the bundle.
stateBlockNumber
The block number used for state simulation.
totalGasUsed
The total gas used by all transactions in the bundle.