Skip to main content
Replays all transactions in a block identified by its hash and returns an execution trace for each.
Debug methods replay all transactions in the block and are computationally expensive. Availability varies by node provider.

Parameters

string
required
The 32-byte block hash.
object
Optional trace configuration. Accepts the same fields as debug_traceTransaction.

Returns

array
An array of trace result objects, one per transaction in the block.

Example