cURL
curl --request GET \ --url https://api.rated.network/v0/solana/validators/{validator_id} \ --header 'Authorization: Bearer <token>'
{ "validatorIdentity": "<string>", "voteAccount": "<string>", "validatorName": "<string>", "description": "<string>", "keybaseUsername": "<string>", "url": "<string>", "city": "<string>", "country": "<string>", "hostingProvider": "<string>", "client": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response