alchemy_simulateExecutionBundle

Simulates multiple transactions sequentially and returns decoded execution traces and logs.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
transactionslist of objectsRequired

An array of 1–2 transaction objects to run in sequence.

Response

The decoded execution traces and logs from simulating multiple transactions in a bundle.
callslist of objects
logslist of objects
errorstring or null
If the transaction would revert, error explains the reason
revertReasonstring or null
The reason why a transaction would revert. Provides details about potential transaction failure before execution.