Skip to main content

eth/v1/beacon/states/{state_id}/randao REST API Endpoint

Loading...

Updated on
Mar 24, 2026

eth/v1/beacon/states/{state_id}/randao REST API Endpoint

Parameters

Path Parameters

state_id
string
REQUIRED
Loading...
epoch
string
REQUIRED
Loading...

Returns

execution_optimistic
boolean
Loading...
finalized
boolean
Loading...
data
string
Loading...
Request
1
curl -X GET "https://docs-demo.bera-mainnet.quiknode.pro/eth/v1/beacon/states/head/randao" \
2
-H "Content-Type: application/json"
1
curl -X GET "https://docs-demo.bera-mainnet.quiknode.pro/eth/v1/beacon/states/head/randao" \
2
-H "Content-Type: application/json"
Response
1
{
2
"execution_optimistic": false,
3
"finalized": true,
4
"data": "0xe4659f007250ed031501b2554f451596af75e4dddebb4f6ad7f01a7bbc56cd8a"
5
}
1
{
2
"execution_optimistic": false,
3
"finalized": true,
4
"data": "0xe4659f007250ed031501b2554f451596af75e4dddebb4f6ad7f01a7bbc56cd8a"
5
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free