Validator Duties

Provides all scheduled validators a block to propose for in the given epoch.

beacon.raw.validator_duties provides a list of validators scheduled to propose a block for a given epoch.

Table Columns

Unique key: slot_number

ColumnDescription

slot

The slot at which the validator must propose a block.

slot_timestamp

The timestamp corresponding to the slot.

epoch

The epoch in which the slot occurs.

epoch_timestamp

The timestamp corresponding to the start of the epoch.

dependent_root

The block root that this response is dependent on.

validator_index

The index of the validator in the validator registry.

pubkey

The validator's BLS public key, uniquely identifying them. This is a 48-byte hex encoded string with a 0x prefix, case insensitive.

execution_optimistic

Indicates whether the response references an unverified execution payload. If true, the information may be invalidated later. If not present, assume the value is false.

_created_at

The timestamp when the record was created.

_updated_at

The timestamp when the record was last updated.

Last updated