Transaction Simulation Endpoints

Alchemy's Transaction Simulation APIs are useful for predicting the precise impact of a transaction before it reaches the blockchain.

Chains Supported

MethodDescriptionEthereumPolygonArbitrumOptimismBaseAstarSolana
alchemy_simulateAssetChangesSimulates a transaction and returns a list of asset changes.All NetworksAll NetworksAll NetworksAll NetworksAll NetworksUnsupportedUnsupported
alchemy_simulateAssetChangesBundleSimulates multiple transactions sequentially and returns a list of asset changes.All NetworksAll NetworksAll NetworksAll NetworksAll NetworksUnsupportedUnsupported
alchemy_simulateExecutionSimulates a transaction and returns decoded execution traces and decoded logs.All NetworksAll NetworksAll NetworksAll NetworksAll NetworksUnsupportedUnsupported
alchemy_simulateExecutionBundleSimulates multiple transactions sequentially and returns decoded execution traces and decoded logs.All NetworksAll NetworksAll NetworksAll NetworksAll NetworksUnsupportedUnsupported
ReadMe