debug_traceBlockByHash
Retrieves detailed execution information about transactions within a given block hash.
Parameters
Sample Request
curl https://lb.nodies.app/v1/<INSERT URL> \
-H "x-api-key: <API-KEY>" \
-X POST \
-H "Content-Type: application/json" \
-d '{
"method": "debug_traceBlockByHash",
"params": [
"0xe7b411f474a917139a34428450a1472d7516bc4f156647f5694d4cd376fdac8c",
{
"tracer": "prestateTracer"
}
],
"id": 1,
"jsonrpc": "2.0"
}'Sample Response
Last updated