GET
/
v0
/
eth
/
validators
/
{validator_index_or_pubkey}

This endpoint allows for a reverse lookup into the entity-to-validator index mappings that live in the RatedDB. Simply pass a validator index to the endpoint, and the response will tell you which operator or pool this validator is associated with.

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
validatorIndex
integer
required
Required range: x > 0
validatorPubkey
string
required
pool
string | null
required
dvtNetwork
string | null
required
nodeOperators
string[] | null
required
depositAddresses
string[] | null
required
dvtOperators
string[] | null
required
activationEpoch
integer | null
required
activationEligibilityEpoch
integer | null
required
exitEpoch
integer | null
required
withdrawableEpoch
integer | null
required
withdrawalAddress
string | null
required
subpool
string | null
required