debug_traceBlockByHash

The debug_traceBlockByHash method returns the traces of all transactions in a block identified by block hash. This method provides comprehensive transaction trace data for all transactions within the specified block on the Base network. It's particularly useful for debugging, analyzing transaction flows, and understanding the execution details of all operations within a specific block.


Parameters

parameter
type
description
blockHash
string (required)
Hash of the block to trace (32 bytes)
traceConfig
object (optional)
Trace configuration options
Return Object

The method returns trace data for all transactions in the block.

Request Example
Request
Response Example
Response

Share on
Share on FacebookShare on XShare on LinkedIn
Did you find this page useful?