cURL
curl --request GET \ --url https://api.rated.network/v0/solana/validators/{validator_id} \ --header 'Authorization: Bearer <token>'
{ "city": "London", "client": "solana-jito", "country": "GB", "description": "world's best validator", "hostingProvider": "Amazon", "keybaseUsername": "someusername", "url": "https://validator.url", "validatorIdentity": "validatorIdentityABC123", "validatorName": "Mike's Validator", "voteAccount": "voteAccountABC123" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object