Get trace by simulation
In: header
Path Parameters
Query Parameters
Fetch the decoded trace, which will give you the function info, decoded parameters of both external and internal call trace.
Disable optimizations to make internal calls more accurate, but gas costs will differ from the actual execution.
Only effective when disableOptimizer=true.
Response Body
application/json
curl -X GET "https://example.com/v1/solidity/string/string/string/simulation/string/call_trace"{ "contentType": "string", "data": "string", "extensions": [ { "@type": "string", "property1": null, "property2": null } ]}Run simulation POST
Create a new transaction simulation. The simulation body should be included in the request body. Your simulations will be saved, and a unique ID for each simulation is included in the response. It will be useful for fetching simulation details.
Run bundle simulation POST
You could also create bundle simulations so that one transaction could be executed one after another. For `blockNumber` `transactionIndex` `networkId` `stateOverrides` and `blockOverrides` fields, only the first simulation takes effect.