debug_getRawBlock RPC MethodCopyAsk AIRetrieves the raw, RLP-encoded representation of an entire block. Parameters#stringrequiredHex-encoded block number or a block tag: latest, safe, finalized, pending.Result#string - The raw RLP-encoded block as a hex string.Code sample#{ "jsonrpc": "2.0", "method": "debug_getRawBlock", "params": [ "latest" ], "id": 1 } Response#{ "jsonrpc": "2.0", "id": 1, "result": "0xf90211..." } Try ItEndpointMainnetCustom{ "jsonrpc": "2.0", "method": "debug_getRawBlock", "params": [ "latest" ], "id": 1 }RunPreviousadmin_ethCallStatisticsNextdebug_getRawHeader