cURL
curl --request GET \ --url https://api.rated.network/v0/eth/validators/{validator_index_or_pubkey} \ --header 'Authorization: Bearer <token>'
{ "validatorIndex": 1, "validatorPubkey": "<string>", "pool": "<string>", "dvtNetwork": "<string>", "nodeOperators": [ "<string>" ], "depositAddresses": [ "<string>" ], "dvtOperators": [ "<string>" ], "activationEpoch": 123, "activationEligibilityEpoch": 123, "exitEpoch": 123, "withdrawableEpoch": 123, "withdrawalAddress": "<string>", "subpool": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
mainnet
hoodi
holesky
x >= 0
Successful Response