cURL
curl --request GET \ --url 'https://beaconcha.in/api/v1/validator/leaderboard?apikey='
{ "status": "OK", "data": [ { "balance": 2011101824120, "performance1d": 126585316, "performance7d": 1467804126, "performance31d": 5128497140, "performance365d": 11101824120, "performancetotal": 11101824120, "rank7d": 1, "validatorindex": 2030996 } ] }
Retrieve the current top 100 validators ranked by 7-day consensus-layer rewards. This endpoint does not accept query parameters.
Leaderboard retrieved successfully. The data array contains one entry per validator with performance metrics.
data
Standard success envelope used by all API endpoints.
HTTP-independent status of the API operation. For successful responses this is always "OK".
OK
Response payload specific to the endpoint.
Show child attributes
Was this page helpful?