Returns detailed information about a specific consensus layer slot.
In Ethereum, “slots” are data containers on the consensus layer where validator duties are scheduled and blocks may be proposed. Each slot may reference a block, but a slot can also be missed.
This endpoint provides an overview of the requested slot, including its status (proposed, missed, scheduled), assigned proposer, participation metrics, protocol events (deposits, withdrawals, slashings), and other relevant details.
You can query by slot number, block root hash, or use “latest” / “finalized” for the most recent or finalized slot.
Successful response.
Response containing basic information about the slot.
Overview statistics for a specific slot on the consensus layer.
Note that a missed slot will be returned with minimal data (only slot number, epoch, timestamp, sync_committee_period and status).