Epoch slots
Epochs
Epoch slots
Retrieve all slots within a specific epoch, including per-slot block metadata such as proposer, roots, operation counts, sync committee participation, and execution payload details when available. You can specify the epoch by number, or use the keywords latest (most recently processed epoch) or finalized (most recent finalized epoch).
GET
Epoch slots
Authorizations
Path Parameters
The epoch to fetch. Provide an integer epoch number (>= 0), or one of the keywords latest or finalized.
Special tags for convenience.
Available options:
latest, finalized Example:
"latest"
Response
The epoch was found and all slots for the epoch are returned in the data field as an array. Each item describes one slot.

