/v1/beacon/states/{state_id}/randao
GET
https://eth-mainnetbeacon.g.alchemy.com/v2/docs-demo/eth/v1/beacon/states/{state_id}/randao
Fetches the RANDAO mix for the requested epoch from the state identified by state_id.
Path Parameters
stringrequired
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
stringrequired
Epoch for which to retrieve the RANDAO mix.
Responses
200
RANDAO mix for the requested epoch.
Was this page helpful?