Blocks (beta)
Querying into Ethereum blocks and the associated validator metrics
The Blocks endpoints allows one to dig into the individual slots and blocks in Ethereum since the Merge (Slot 4700013
, Block 15537394
). Metrics include validator rewards from the consensus and execution layers, MEV data, and missed reward estimates. See the blocks glossary for the complete set of metrics.
List of slots and blocks
This endpoint gives a paginated list of all slots and blocks.
Here's how to interpret the inputs required to operate it 👇
Parameter | Context |
---|---|
| Start slot (integer) |
| The number of results included per page |
Blocks by slot number
This endpoint returns information about a single block, queried through the consensus slot number.
Sync Committee Rewards by Slot
This endpoint returns details about sync committee rewards in the queried consensus slot.
Last updated