trace_transaction
trace_transaction
Returns execution traces for a transaction by hash.
Request
This endpoint expects an object.
transactionHash
Hash of the transaction to trace.
Response
Execution traces for the transaction.
action
Common fields describing a trace action.
blockHash
32-byte block hash.
blockNumber
Hex-encoded integer quantity.
result
Common fields returned by a trace action.
subtraces
Number of child traces.
traceAddress
Path to the trace within the transaction execution tree.
transactionHash
32-byte transaction hash.
transactionPosition
Hex-encoded integer quantity.
type
Trace action category returned in trace results. This is not a traceTypes request value.
error
Error returned for the trace, when execution failed.