GET
/
v1
/
eth
/
validators
curl --request GET \
  --url https://api.rated.network/v1/eth/validators
{
  "next": "https://api.rated.network//v1/eth/validators?limit=10&offset=30",
  "pages": 10,
  "previous": "https://api.rated.network//v1/eth/validators?limit=10&offset=10",
  "results": [
    [
      {
        "activation_eligibility_epoch": 171000,
        "activation_epoch": 169000,
        "exit_epoch": 172000,
        "validator_index": 1,
        "validator_pubkey": "0xb44440543ceef8d77e065c70da15f7b731e56db5457571c465f025e032bbcd263a0990c8749b4ca6ff20d77004466666",
        "withdrawable_epoch": 172256
      }
    ]
  ]
}

Headers

X-Rated-Network
enum<string>
Available options:
mainnet,
holesky

Query Parameters

limit
integer
default:10

The number of results returned per page

offset
integer
default:0

The number of results to skip before starting to return

sortBy
string | null

The filter you want results to be sorted by

sortOrder
enum<string> | null
default:asc

The sort order for the results

Available options:
asc,
desc

Response

200
application/json
Successful Response
previous
string | null
required
next
string | null
required
pages
integer
required
Required range: x >= 0
results
object[]
required