Skip to main content

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

Loading...

Updated on
May 21, 2026

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

Path Parameters

state_id
string
REQUIRED
Loading...

Query Parameters

epoch
string
Loading...

Returns

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