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
Current validator balance in gwei at the time of computation.
2011101824120
Net consensus-layer rewards over the last 1 day, in gwei. Negative values indicate net penalties.
126585316
Net consensus-layer rewards over the last 7 days, in gwei. Used for leaderboard ranking by default.
1467804126
Net consensus-layer rewards over the last 31 days, in gwei.
5128497140
Net consensus-layer rewards over the last 365 days, in gwei.
11101824120
Cumulative consensus-layer rewards since genesis (if available), in gwei. May be omitted by some endpoints.
Leaderboard rank computed using the 7-day performance window (1 = best).
1
Validator index (>= 0).
2030996
Was this page helpful?