/eth/v1/beacon/states/{state_id}/randao REST API Endpoint
Parameters
state_id
string
REQUIRED
Loading...
epoch
string
Loading...
Returns
execution_optimistic
boolean
Loading...
finalized
boolean
Loading...
data
object
Loading...
randao
string
Loading...
Request
1curl -X GET \2"https://docs-demo.quiknode.pro/eth/v1/beacon/states/head/randao" \3-H "accept: application/json"4
1curl -X GET \2"https://docs-demo.quiknode.pro/eth/v1/beacon/states/head/randao" \3-H "accept: application/json"4
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