Skip to content

trace_block

Tier: Premium plan required

Returns all traces for a block (Erigon format).

ParameterTypeRequiredDescription
blockblockTagYesBlock number or tag
{
"jsonrpc": "2.0",
"method": "trace_block",
"params": [
"latest"
],
"id": 1
}
Terminal window
curl -X POST https://eth-mainnet.blockreq.com/v1/rpc/public \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"trace_block","params":["latest"],"id":1}'