Skip to main content
GET
Validator Metadata
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