starknet_simulateTransactions
Simulates the execution of the specified transactions at the specified block.
Path parameters
apiKey
Request
This endpoint expects an object.
transactions
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.
block_id
The block identifier
simulation_flags
A set of flags used for simulation
Allowed values:
Response
A sequence of transaction simulation results
transaction_trace
An execution trace of the transaction
fee_estimation
An estimate of the fee required for the network to process the transaction