curl --request GET \
--url 'https://beaconcha.in/api/v1/validators/proposalLuck?apikey='{
"status": "OK",
"data": [
{
"average_proposal_interval": 1115586.53125,
"next_proposal_estimate_ts": 1767606011,
"proposal_luck": 0.43039603829089507,
"time_frame_name": "year"
}
]
}Returns the proposal luck of a validator or a list of validators
curl --request GET \
--url 'https://beaconcha.in/api/v1/validators/proposalLuck?apikey='{
"status": "OK",
"data": [
{
"average_proposal_interval": 1115586.53125,
"next_proposal_estimate_ts": 1767606011,
"proposal_luck": 0.43039603829089507,
"time_frame_name": "year"
}
]
}Provide a comma separated list of validator indices or pubkeys Comma-separated list (no spaces) of validator identifiers. Each identifier must be either:
Resolution and limits:
"1,2,3"
Was this page helpful?