starknet_simulateTransactions
Starknet node API
starknet_simulateTransactions | Starknet
Starknet API method that simulates the execution of a list of transactions on a given state. Available on Starknet via Chainstack.
POST
starknet_simulateTransactions
Starknet OpenRPC specFor the latest version of the publicly maintained OpenRPC spec, see the Starknet specs GitHub repo.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
request— the list of transactions to simulate.block_id— the hash of the requested block, or number (height) of the requested block, or a block tag, for the block referencing the state or call the transaction on.
Response
result— the result of the simulation, represented as a list of transaction receipts.
Use case
A practical use case forstarknet_simulateTransactions is to simulate the execution of a list of transactions that interact with contracts on StarkNet. This can be useful for testing and debugging purposes, as it allows developers to understand the potential outcome of these transactions without actually executing them on the network.
Deprecated feeder gateway method
The feeder gateway was deprecated on December 11, 2023. Example of the call you had to make to the feeder gateway before the deprecation:Shell
Last modified on May 18, 2026