Skip to main content
POST
Epoch

Authorizations

Authorization
string
header
required

Authorization header with value: Bearer YOUR_TOKEN. Refer to the API Keys section to create your API key.

Body

application/json
epoch
Number · object
required

Specify an epoch using one of the following methods.

  • epoch number
  • View: "latest", "finalized"
chain
enum<string>
default:mainnet

The Ethereum chain to query.

Available options:
mainnet,
hoodi

Response

Successful response.

Response containing basic information about the epoch.

data
object
required

Rolled-up overview of a single consensus layer epoch.

An epoch spans a fixed window of consensus layer slots (32 on Ethereum Mainnet) during which validator duties are scheduled and attestations are aggregated. This endpoint summarizes network-wide activity for the epoch and provides the slot range you can use to drill into individual slots via the slot endpoints.