Skip to main content
GET
/
api
/
v1
/
validator
/
leaderboard
Validator performance leaderboard
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
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.beaconcha.in/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apikey
string
query
required

Response

Leaderboard retrieved successfully. The data array contains one entry per validator with performance metrics.

Standard success envelope used by all API endpoints.

status
enum<string>

HTTP-independent status of the API operation. For successful responses this is always "OK".

Available options:
OK
data
object[]

Response payload specific to the endpoint.