/v1/beacon/states/{state_id}/randao

Fetches the RANDAO mix for the requested epoch from the state identified by state_id.

Path parameters

state_idstringRequired

State identifier. Can be one of: head (canonical head in node’s view), genesis, finalized, justified, <slot>, <hex encoded stateRoot with 0x prefix>.

Query parameters

epochstringRequired
Epoch for which to retrieve the RANDAO mix.

Response

RANDAO mix for the requested epoch.
execution_optimisticboolean or null
Whether the execution payload is optimistic.
finalizedboolean or null
Whether the state is finalized.
dataobject or null