debug_traceBlock

The debug_traceBlock method returns the traces of all transactions in a block given the raw RLP-encoded block data on the Optimism network. This method accepts the raw block data directly and provides comprehensive transaction trace data for all transactions within the block. It's useful for analyzing blocks obtained from other sources or for forensic analysis of block data.


Parameters

parameter
type
description
rlpBlock
string (required)
RLP-encoded block data as a hex string
traceConfig
object (optional)
Trace configuration options
Return Object

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

Request Example
Request
Response Example
Response

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