post https://{network}.g.alchemy.com/v2/
Simulates a transaction and returns decoded execution traces and decoded logs.
Response
Simulates a transaction and returns decoded execution traces and decoded logs.
xxxxxxxxxx
22curl --request POST \
--url https://eth-mainnet.g.alchemy.com/v2/docs-demo \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "alchemy_simulateExecution",
"params": [
{
"format": "NESTED"
},
{
"format": "NESTED"
},
{
"format": "NESTED"
}
]
}
'
Try It!
to start a request and see the response here! Or choose an example: