debug_traceBlockByHash
debug_traceBlockByHash
Request
32-byte hash of the block
Trace configuration. Shared shape across all debug_trace* methods; see the TraceConfig schema.
Response
Array of per-transaction trace results, in block-execution order. Each entry is a CallTrace when using callTracer; other tracers return other shapes.
Nested call-tree entry returned by the callTracer. The top-level object describes the outermost call; each entry’s calls array contains sub-calls in execution order.
Non-callTracer per-transaction result (varies by tracer).