Skip to content
Alchemy Logo

starknet_simulateTransactions

POST
/{apiKey}

Simulates the execution of the specified transactions at the specified block.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

object[]required

A sequence of Starknet transactions to simulate. If multiple transactions are provided, each transaction is simulated on the state resulting from applying the previous transactions.

The transaction schema, as it appears inside a block

object or enumrequired

The block identifier

Block hash, number or tag

enum[]required

A set of flags used for simulation

Responses

200

A sequence of transaction simulation results

Was this page helpful?