/v1/beacon/states/{state_id}/randao
Fetches the RANDAO mix for the requested epoch from the state identified by state_id.
Path parameters
state_id
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
epoch
Epoch for which to retrieve the RANDAO mix.
Response
RANDAO mix for the requested epoch.
execution_optimistic
Whether the execution payload is optimistic.
finalized
Whether the state is finalized.
data