跳转到内容

debug_traceTransaction

此内容尚不支持你的语言。

Tier: Premium plan required

Returns the detailed trace of a transaction execution.

ParameterTypeRequiredDescription
transactionHashhexYesTransaction hash
tracerConfigobjectNoTracer config
{
"jsonrpc": "2.0",
"method": "debug_traceTransaction",
"params": [
"0x02b39a7c1f83eebf04e785ffc31a13543cc77353461e02f30f4ea48ef5db368e",
"{\"tracer\": \"callTracer\"}"
],
"id": 1
}
Terminal window
curl -X POST https://eth-mainnet.blockreq.com/v1/rpc/public \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"debug_traceTransaction","params":["0x02b39a7c1f83eebf04e785ffc31a13543cc77353461e02f30f4ea48ef5db368e","{\"tracer\": \"callTracer\"}"],"id":1}'