cURL
curl --request GET \ --url https://api.rated.network/v0/eth/validators/{validator_index_or_pubkey} \ --header 'Authorization: Bearer <token>'
{ "activationEligibilityEpoch": 0, "activationEpoch": 0, "depositAddresses": [ "0x74134d0c91798d720a5585364bb4be7396c5b973" ], "dvtOperators": [], "nodeOperators": [], "validatorIndex": 100, "validatorPubkey": "0xb5bc96b70df0dfcc252c9ff0d1b42cb6dc0d55f8defa474dc0a5c7e0402c241e2850fea9c582e276b638b3c2c3a5ec55", "withdrawalAddress": "0xfff1ce616cf83327981bf61396ad0c04e0c8b771" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
mainnet
hoodi
holesky
x >= 0
Successful Response
The response is of type object.
object