Solidity
Get trace by bundle simulation
api-key<token>
In: header
Path Parameters
owner*string
slug*string
chainId*string
bundleId*string
Query Parameters
withInternalCalls?boolean
Fetch the decoded trace, which will give you the function info, decoded parameters of both external and internal call trace.
disableOptimizer?boolean
Disable optimizations to make internal calls more accurate, but gas costs will differ from the actual execution.
ignoreGasCost?boolean
Only effective when disableOptimizer=true.
Response Body
application/json
curl -X GET "https://example.com/v1/solidity/string/string/string/bundle/string/call_trace"{ "contentType": "string", "data": "string", "extensions": [ { "@type": "string", "property1": null, "property2": null } ]}Get bundle simulation by ID GET
Previous Page
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.