GET
/
v1
/
eth
/
validators
/
{validator_index_or_pubkey}
curl --request GET \
  --url https://api.rated.network/v1/eth/validators/{validator_index_or_pubkey}
{
  "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

Path Parameters

validator_index_or_pubkey
required
Required range: x >= 0

Response

200
application/json
Successful Response
validatorIndex
integer
required
Required range: x >= 0
validatorPubkey
string
required
activationEpoch
integer | null
required
Required range: x >= 0
activationEligibilityEpoch
integer | null
required
Required range: x >= 0
exitEpoch
integer | null
required
Required range: x >= 0
withdrawableEpoch
integer | null
required
Required range: x >= 0