alchemy_simulateAssetChangesBundle

Simulates multiple transactions sequentially and returns a combined list of asset changes.

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 asset changes resulting from the sequential simulation.

changeslist of objects
gasUsedstringOptional

The amount of gas used for the simulation

errorstringOptional

Error message if the transaction would revert, null otherwise