cURL
curl --request POST \ --url https://{network}.s.chainbase.online/v1/{api-key} \ --header 'Content-Type: application/json' \ --data '{ "id": 1, "jsonrpc": "2.0", "method": "debug_traceTransaction", "params": [ "0x0b8f9635aad56d18381d2fd7ad0578cd54fb316b0b017948a3048915cfd29034", { "tracer": "callTracer" } ] }'
{ "id": 1, "jsonrpc": "2.0", "result": { "from": "<string>", "gas": "<string>", "gasUsed": "<string>", "to": "<string>", "input": "<string>", "calls": [ {} ], "value": "<string>", "type": "<string>" } }
Returns Geth style transaction traces.
Parameters
Returns
TRACE - trace as per Geth
"demo"
Successful Response
The response is of type object.
object