Check out our new component library - build.abs.xyz!
cURL
curl --request POST \ --url https://api.mainnet.abs.xyz/debug_traceTransaction \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "id": 1, "method": "debug_traceTransaction", "params": [ "0x5e4243c644d2f1cd5a7ad6ef7b4bb233a3ed7eac71b7bd4fb71e2c62929a69ab", { "tracer": "callTracer" } ] }'
{ "jsonrpc": "2.0", "id": 1, "result": {} }
Returns debug trace of a transaction
JSON-RPC version
The method to call
Call parameters
Request identifier
Returns the debug trace
The response is of type any.
any
Was this page helpful?