debug_traceBlockByHash - Berachain

Archive Method

Complex queries might take longer and incur additional cost

The debug_traceBlockByHash method allows developers to trace the execution of transactions within a block specified by its hash. This method is particularly useful for debugging purposes, as it provides detailed information about the execution of each transaction within the block, including the type of call, the addresses involved, the value transferred, the gas used, the input data, the output data, and any sub-calls made during the transaction.

Body Params
integer
Defaults to 1
string
Defaults to 2.0
string
Defaults to debug_traceBlockByHash
params
array
length between 1 and 1
  1. string - Block hash for the block to be traced
  2. tracer Object - Currently supports callTracer and prestateTracer (see above for definitions).
params
Response

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json