/eth/v1/beacon/states/{state_id}/randao
Fetch the RANDAO mix for the requested epoch from the state identified by state_id.
Parameters:
Example:
// Request
curl -X GET -H 'Content-Type: application/json'
https://ethereum-beacon.blockpi.network/rpc/v1/your-rpc-key/eth/v1/beacon/states/head/randao
// Result
{
"execution_optimistic": false,
"finalized": false,
"data": {
"randao": "0x32783c1d38686a29ff9c492caae0216805b73815130391aa218b3e20e31d65ae"
}
}Last updated
Was this helpful?