Skip to main content
GET
/
v0
/
solana
/
validators
/
{validator_id}
Validator Metadata
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>"
}
This endpoints returns information about a validator such as their name, location, client, etc.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

validator_id
string
required

Response

Successful Response

validatorIdentity
string | null
required
voteAccount
string
required
validatorName
string | null
required
description
string | null
required
keybaseUsername
string | null
required
url
string | null
required
city
string | null
required
country
string | null
required
hostingProvider
string | null
required
client
string | null
required