Skip to main content

starknet_simulateTransactions RPC Method

Loading...

Updated on
Mar 18, 2024

starknet_simulateTransactions RPC Method

Please note that some of the transactions may revert, in which case no error is thrown, but revert details can be seen on the returned trace object. Additionally, the revert_error property in the trace will indicate any transactions that have experienced a revert. Other types of failures (e.g. unexpected error or failure in the validation phase) will result in TRANSACTION_EXECUTION_ERROR.

Parameters

block_id
string
REQUIRED
Loading...
transactions
array
REQUIRED
Loading...
BROADCASTED_INVOKE_TXN
object
Loading...
type
string
REQUIRED
Loading...
max_fee
string
REQUIRED
Loading...
version
string
REQUIRED
Loading...
signature
string
REQUIRED
Loading...
contract_address
string
REQUIRED
Loading...
entry_point_selector
string
REQUIRED
Loading...
calldata
array
REQUIRED
Loading...
BROADCASTED_DECLARE_TXN
object
Loading...
BROADCASTED_DECLARE_TXN_V1
object
Loading...
type
string
REQUIRED
Loading...
sender_address
string
REQUIRED
Loading...
max_fee
string
REQUIRED
Loading...
version
string
REQUIRED
Loading...
signature
string
REQUIRED
Loading...
nonce
string
REQUIRED
Loading...
contract_class
object
REQUIRED
Loading...
sierra_program
array
REQUIRED
Loading...
contract_class_version
string
REQUIRED
Loading...
entry_points_by_type
object
REQUIRED
Loading...
CONSTRUCTOR
array
REQUIRED
Loading...
selector
string
REQUIRED
Loading...
function_idx
integer
REQUIRED
Loading...
EXTERNAL
array
REQUIRED
Loading...
selector
string
REQUIRED
Loading...
function_idx
integer
REQUIRED
Loading...
L1_HANDLER
array
REQUIRED
Loading...
selector
string
REQUIRED
Loading...
function_idx
integer
REQUIRED
Loading...
abi
string
Loading...
BROADCASTED_DECLARE_TXN_V2
object
Loading...
type
string
REQUIRED
Loading...
sender_address
string
REQUIRED
Loading...
compiled_class_hash
string
REQUIRED
Loading...
max_fee
string
REQUIRED
Loading...
version
string
REQUIRED
Loading...
signature
string
REQUIRED
Loading...
nonce
string
REQUIRED
Loading...
contract_class
object
REQUIRED
Loading...
sierra_program
array
REQUIRED
Loading...
contract_class_version
string
REQUIRED
Loading...
entry_points_by_type
object
REQUIRED
Loading...
CONSTRUCTOR
array
REQUIRED
Loading...
selector
string
REQUIRED
Loading...
function_idx
integer
REQUIRED
Loading...
EXTERNAL
array
REQUIRED
Loading...
selector
string
REQUIRED
Loading...
function_idx
integer
REQUIRED
Loading...
L1_HANDLER
array
REQUIRED
Loading...
selector
string
REQUIRED
Loading...
function_idx
integer
REQUIRED
Loading...
abi
string
Loading...
BROADCASTED_DECLARE_TXN_V3
object
Loading...
type
string
REQUIRED
Loading...
sender_address
string
REQUIRED
Loading...
compiled_class_hash
string
REQUIRED
Loading...
max_fee
string
REQUIRED
Loading...
version
string
REQUIRED
Loading...
signature
string
REQUIRED
Loading...
nonce
string
REQUIRED
Loading...
contract_class
object
REQUIRED
Loading...
sierra_program
array
REQUIRED
Loading...
contract_class_version
string
REQUIRED
Loading...
entry_points_by_type
object
REQUIRED
Loading...
CONSTRUCTOR
array
REQUIRED
Loading...
selector
string
REQUIRED
Loading...
function_idx
integer
REQUIRED
Loading...
EXTERNAL
array
REQUIRED
Loading...
selector
string
REQUIRED
Loading...
function_idx
integer
REQUIRED
Loading...
L1_HANDLER
array
REQUIRED
Loading...
selector
string
REQUIRED
Loading...
function_idx
integer
REQUIRED
Loading...
abi
string
Loading...
resource_bounds
object
REQUIRED
Loading...
l1_gas
string
REQUIRED
Loading...
max_amount
string
REQUIRED
Loading...
max_price_per_unit
string
REQUIRED
Loading...
l2_gas
string
REQUIRED
Loading...
max_amount
string
REQUIRED
Loading...
max_price_per_unit
string
REQUIRED
Loading...
tip
string
REQUIRED
Loading...
paymaster_data
array
REQUIRED
Loading...
account_deployment_data
array
REQUIRED
Loading...
nonce_data_availability_mode
string
REQUIRED
Loading...
fee_data_availability_mode
string
REQUIRED
Loading...
BROADCASTED_DEPLOY_ACCOUNT_TXN
object
Loading...
DEPLOY_ACCOUNT_TXN_V1
object
Loading...
type
string
REQUIRED
Loading...
max_fee
string
REQUIRED
Loading...
version
string
REQUIRED
Loading...
signature
string
REQUIRED
Loading...
nonce
string
REQUIRED
Loading...
contract_address_salt
string
REQUIRED
Loading...
constructor_calldata
array
REQUIRED
Loading...
class_hash
string
REQUIRED
Loading...
DEPLOY_ACCOUNT_TXN_V3
object
Loading...
type
string
REQUIRED
Loading...
version
string
REQUIRED
Loading...
signature
string
REQUIRED
Loading...
nonce
string
REQUIRED
Loading...
contract_address_salt
string
REQUIRED
Loading...
constructor_calldata
array
REQUIRED
Loading...
class_hash
string
REQUIRED
Loading...
resource_bounds
object
REQUIRED
Loading...
l1_gas
string
REQUIRED
Loading...
max_amount
string
REQUIRED
Loading...
max_price_per_unit
string
REQUIRED
Loading...
l2_gas
string
REQUIRED
Loading...
max_amount
string
REQUIRED
Loading...
max_price_per_unit
string
REQUIRED
Loading...
tip
string
REQUIRED
Loading...
paymaster_data
array
REQUIRED
Loading...
nonce_data_availability_mode
string
REQUIRED
Loading...
fee_data_availability_mode
string
REQUIRED
Loading...
simulation_flags
array
REQUIRED
Loading...

Returns

result
object
Loading...
schema
object
Loading...
transaction_trace
object
Loading...
trace_root
object
Loading...
INVOKE_TXN_TRACE
object
Loading...
validate_invocation
object
Loading...
contract_address
string
Loading...
entry_point_selector
string
Loading...
calldata
array
Loading...
caller_address
string
Loading...
class_hash
string
Loading...
entry_point_type
string
Loading...
call_type
string
Loading...
result
array
Loading...
calls
array
Loading...
events
array
Loading...
order
integer
Loading...
keys
array
Loading...
data
array
Loading...
messages
array
Loading...
order
integer
Loading...
from_address
string
Loading...
to_address
string
Loading...
payload
string
Loading...
execution_resources
array
Loading...
steps
integer
Loading...
memory_holes
integer
Loading...
range_check_builtin_applications
integer
Loading...
pedersen_builtin_applications
integer
Loading...
poseidon_builtin_applications
integer
Loading...
ec_op_builtin_applications
integer
Loading...
ecdsa_builtin_applications
integer
Loading...
bitwise_builtin_applications
integer
Loading...
keccak_builtin_applications
integer
Loading...
segment_arena_builtin
integer
Loading...
execute_invocation
object
Loading...
revert_reason
string
Loading...
contract_address
string
Loading...
entry_point_selector
string
Loading...
calldata
array
Loading...
caller_address
string
Loading...
class_hash
string
Loading...
entry_point_type
string
Loading...
call_type
string
Loading...
result
array
Loading...
calls
array
Loading...
events
array
Loading...
order
integer
Loading...
keys
array
Loading...
data
array
Loading...
messages
array
Loading...
order
integer
Loading...
from_address
string
Loading...
to_address
string
Loading...
payload
string
Loading...
execution_resources
array
Loading...
steps
integer
Loading...
memory_holes
integer
Loading...
range_check_builtin_applications
integer
Loading...
pedersen_builtin_applications
integer
Loading...
poseidon_builtin_applications
integer
Loading...
ec_op_builtin_applications
integer
Loading...
ecdsa_builtin_applications
integer
Loading...
bitwise_builtin_applications
integer
Loading...
keccak_builtin_applications
integer
Loading...
segment_arena_builtin
integer
Loading...
fee_transfer_invocation
object
Loading...
contract_address
string
Loading...
entry_point_selector
string
Loading...
calldata
array
Loading...
caller_address
string
Loading...
class_hash
string
Loading...
entry_point_type
string
Loading...
call_type
string
Loading...
result
array
Loading...
calls
array
Loading...
events
array
Loading...
order
integer
Loading...
keys
array
Loading...
data
array
Loading...
messages
array
Loading...
order
integer
Loading...
from_address
string
Loading...
to_address
string
Loading...
payload
string
Loading...
execution_resources
array
Loading...
steps
integer
Loading...
memory_holes
integer
Loading...
range_check_builtin_applications
integer
Loading...
pedersen_builtin_applications
integer
Loading...
poseidon_builtin_applications
integer
Loading...
ec_op_builtin_applications
integer
Loading...
ecdsa_builtin_applications
integer
Loading...
bitwise_builtin_applications
integer
Loading...
keccak_builtin_applications
integer
Loading...
segment_arena_builtin
integer
Loading...
state_diff
object
Loading...
storage_entries
array
Loading...
key
string
Loading...
value
string
Loading...
deprecated_declared_classes
array
Loading...
class_hash
string
Loading...
address
string
Loading...
declared_classes
array
Loading...
class_hash
string
Loading...
compiled_class_hash
string
Loading...
deployed_contracts
array
Loading...
class_hash
string
Loading...
address
string
Loading...
replaced_classes
array
Loading...
class_hash
string
Loading...
contract_address
string
Loading...
nonces
array
Loading...
nonce
string
Loading...
contract_address
string
Loading...
execution_resources
string
Loading...
data_availability
object
Loading...
l1_gas
integer
Loading...
l1_data_gas
integer
Loading...
steps
integer
Loading...
memory_holes
integer
Loading...
range_check_builtin_applications
integer
Loading...
pedersen_builtin_applications
integer
Loading...
poseidon_builtin_applications
integer
Loading...
ec_op_builtin_applications
integer
Loading...
ecdsa_builtin_applications
integer
Loading...
bitwise_builtin_applications
integer
Loading...
keccak_builtin_applications
integer
Loading...
segment_arena_builtin
integer
Loading...
type
object
Loading...
DECLARE_TXN_TRACE
object
Loading...
validate_invocation
object
Loading...
contract_address
string
Loading...
entry_point_selector
string
Loading...
calldata
array
Loading...
caller_address
string
Loading...
class_hash
string
Loading...
entry_point_type
string
Loading...
call_type
string
Loading...
result
array
Loading...
calls
array
Loading...
events
array
Loading...
order
integer
Loading...
keys
array
Loading...
data
array
Loading...
messages
array
Loading...
order
integer
Loading...
from_address
string
Loading...
to_address
string
Loading...
payload
string
Loading...
execution_resources
array
Loading...
steps
integer
Loading...
memory_holes
integer
Loading...
range_check_builtin_applications
integer
Loading...
pedersen_builtin_applications
integer
Loading...
poseidon_builtin_applications
integer
Loading...
ec_op_builtin_applications
integer
Loading...
ecdsa_builtin_applications
integer
Loading...
bitwise_builtin_applications
integer
Loading...
keccak_builtin_applications
integer
Loading...
segment_arena_builtin
integer
Loading...
fee_transfer_invocation
object
Loading...
contract_address
string
Loading...
entry_point_selector
string
Loading...
calldata
array
Loading...
caller_address
string
Loading...
class_hash
string
Loading...
entry_point_type
string
Loading...
call_type
string
Loading...
result
array
Loading...
calls
array
Loading...
events
array
Loading...
order
integer
Loading...
keys
array
Loading...
data
array
Loading...
messages
array
Loading...
order
integer
Loading...
from_address
string
Loading...
to_address
string
Loading...
payload
string
Loading...
execution_resources
array
Loading...
steps
integer
Loading...
memory_holes
integer
Loading...
range_check_builtin_applications
integer
Loading...
pedersen_builtin_applications
integer
Loading...
poseidon_builtin_applications
integer
Loading...
ec_op_builtin_applications
integer
Loading...
ecdsa_builtin_applications
integer
Loading...
bitwise_builtin_applications
integer
Loading...
keccak_builtin_applications
integer
Loading...
segment_arena_builtin
integer
Loading...
state_diff
object
Loading...
storage_entries
array
Loading...
key
string
Loading...
value
string
Loading...
deprecated_declared_classes
array
Loading...
class_hash
string
Loading...
address
string
Loading...
declared_classes
array
Loading...
class_hash
string
Loading...
compiled_class_hash
string
Loading...
deployed_contracts
array
Loading...
class_hash
string
Loading...
address
string
Loading...
replaced_classes
array
Loading...
class_hash
string
Loading...
contract_address
string
Loading...
nonces
array
Loading...
nonce
string
Loading...
contract_address
string
Loading...
execution_resources
string
Loading...
data_availability
object
Loading...
l1_gas
integer
Loading...
l1_data_gas
integer
Loading...
steps
integer
Loading...
memory_holes
integer
Loading...
range_check_builtin_applications
integer
Loading...
pedersen_builtin_applications
integer
Loading...
poseidon_builtin_applications
integer
Loading...
ec_op_builtin_applications
integer
Loading...
ecdsa_builtin_applications
integer
Loading...
bitwise_builtin_applications
integer
Loading...
keccak_builtin_applications
integer
Loading...
segment_arena_builtin
integer
Loading...
type
object
Loading...
DEPLOY_ACCOUNT_TXN_TRACE
object
Loading...
validate_invocation
object
Loading...
contract_address
string
Loading...
entry_point_selector
string
Loading...
calldata
array
Loading...
caller_address
string
Loading...
class_hash
string
Loading...
entry_point_type
string
Loading...
call_type
string
Loading...
result
array
Loading...
calls
array
Loading...
events
array
Loading...
order
integer
Loading...
keys
array
Loading...
data
array
Loading...
messages
array
Loading...
order
integer
Loading...
from_address
string
Loading...
to_address
string
Loading...
payload
string
Loading...
execution_resources
array
Loading...
steps
integer
Loading...
memory_holes
integer
Loading...
range_check_builtin_applications
integer
Loading...
pedersen_builtin_applications
integer
Loading...
poseidon_builtin_applications
integer
Loading...
ec_op_builtin_applications
integer
Loading...
ecdsa_builtin_applications
integer
Loading...
bitwise_builtin_applications
integer
Loading...
keccak_builtin_applications
integer
Loading...
segment_arena_builtin
integer
Loading...
constructor_invocation
object
Loading...
contract_address
string
Loading...
entry_point_selector
string
Loading...
calldata
array
Loading...
caller_address
string
Loading...
class_hash
string
Loading...
entry_point_type
string
Loading...
call_type
string
Loading...
result
array
Loading...
calls
array
Loading...
events
array
Loading...
order
integer
Loading...
keys
array
Loading...
data
array
Loading...
messages
array
Loading...
order
integer
Loading...
from_address
string
Loading...
to_address
string
Loading...
payload
string
Loading...
execution_resources
array
Loading...
steps
integer
Loading...
memory_holes
integer
Loading...
range_check_builtin_applications
integer
Loading...
pedersen_builtin_applications
integer
Loading...
poseidon_builtin_applications
integer
Loading...
ec_op_builtin_applications
integer
Loading...
ecdsa_builtin_applications
integer
Loading...
bitwise_builtin_applications
integer
Loading...
keccak_builtin_applications
integer
Loading...
segment_arena_builtin
integer
Loading...
fee_transfer_invocation
object
Loading...
contract_address
string
Loading...
entry_point_selector
string
Loading...
calldata
array
Loading...
caller_address
string
Loading...
class_hash
string
Loading...
entry_point_type
string
Loading...
call_type
string
Loading...
result
array
Loading...
calls
array
Loading...
events
array
Loading...
order
integer
Loading...
keys
array
Loading...
data
array
Loading...
messages
array
Loading...
order
integer
Loading...
from_address
string
Loading...
to_address
string
Loading...
payload
string
Loading...
execution_resources
array
Loading...
steps
integer
Loading...
memory_holes
integer
Loading...
range_check_builtin_applications
integer
Loading...
pedersen_builtin_applications
integer
Loading...
poseidon_builtin_applications
integer
Loading...
ec_op_builtin_applications
integer
Loading...
ecdsa_builtin_applications
integer
Loading...
bitwise_builtin_applications
integer
Loading...
keccak_builtin_applications
integer
Loading...
segment_arena_builtin
integer
Loading...
state_diff
object
Loading...
storage_entries
array
Loading...
key
string
Loading...
value
string
Loading...
deprecated_declared_classes
array
Loading...
class_hash
string
Loading...
address
string
Loading...
declared_classes
array
Loading...
class_hash
string
Loading...
compiled_class_hash
string
Loading...
deployed_contracts
array
Loading...
class_hash
string
Loading...
address
string
Loading...
replaced_classes
array
Loading...
class_hash
string
Loading...
contract_address
string
Loading...
nonces
array
Loading...
nonce
string
Loading...
contract_address
string
Loading...
execution_resources
string
Loading...
data_availability
object
Loading...
l1_gas
integer
Loading...
l1_data_gas
integer
Loading...
steps
integer
Loading...
memory_holes
integer
Loading...
range_check_builtin_applications
integer
Loading...
pedersen_builtin_applications
integer
Loading...
poseidon_builtin_applications
integer
Loading...
ec_op_builtin_applications
integer
Loading...
ecdsa_builtin_applications
integer
Loading...
bitwise_builtin_applications
integer
Loading...
keccak_builtin_applications
integer
Loading...
segment_arena_builtin
integer
Loading...
type
object
Loading...
DEPLOY_ACCOUNT_TXN_TRACE
object
Loading...
function_invocation
object
Loading...
contract_address
string
Loading...
entry_point_selector
string
Loading...
calldata
array
Loading...
caller_address
string
Loading...
class_hash
string
Loading...
entry_point_type
string
Loading...
call_type
string
Loading...
result
array
Loading...
calls
array
Loading...
events
array
Loading...
order
integer
Loading...
keys
array
Loading...
data
array
Loading...
messages
array
Loading...
order
integer
Loading...
from_address
string
Loading...
to_address
string
Loading...
payload
string
Loading...
execution_resources
array
Loading...
steps
integer
Loading...
memory_holes
integer
Loading...
range_check_builtin_applications
integer
Loading...
pedersen_builtin_applications
integer
Loading...
poseidon_builtin_applications
integer
Loading...
ec_op_builtin_applications
integer
Loading...
ecdsa_builtin_applications
integer
Loading...
bitwise_builtin_applications
integer
Loading...
keccak_builtin_applications
integer
Loading...
segment_arena_builtin
integer
Loading...
state_diff
object
Loading...
storage_entries
array
Loading...
key
string
Loading...
value
string
Loading...
deprecated_declared_classes
array
Loading...
class_hash
string
Loading...
address
string
Loading...
declared_classes
array
Loading...
class_hash
string
Loading...
compiled_class_hash
string
Loading...
deployed_contracts
array
Loading...
class_hash
string
Loading...
address
string
Loading...
replaced_classes
array
Loading...
class_hash
string
Loading...
contract_address
string
Loading...
nonces
array
Loading...
nonce
string
Loading...
contract_address
string
Loading...
type
object
Loading...
fee_estimation
object
Loading...
gas_consumed
string
Loading...
gas_price
string
Loading...
data_gas_consumed
string
Loading...
data_gas_price
string
Loading...
overall_fee
string
Loading...
unit
string
Loading...
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free