Skip to main content
POST
Slot

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
slot
Number · object
required

Specify a slot using one of the following methods.

  • Slot number
  • Consensus layer block root
  • 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 slot.

data
object
required

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).