Skip to main content
GET
Get validator summary metrics
This endpoint returns high level information about validators over the time period such as their respective entity names, network penetration, annual percentage yield (APY), and effectiveness.
On the 1d time period, the APY takes into account the rewards received for the last 3 days to smooth out the noise given Solana’s staking rewards schedule, which is every epoch (~2 days).

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

Query Parameters

window
enum<string>
required
Available options:
1d,
7d,
30d,
all

Response

Successful Response

validatorIdentity
string
required
voteAccount
string
required
timeWindow
enum<string>
required
Available options:
1d,
7d,
30d,
all
name
string
required
validatorApy
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
delegatorApy
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
voteCommissionRate
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
mevCommissionRate
string | null
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
totalStake
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
networkPenetration
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
effectiveness
string | null
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
stakeAccountCount
integer | null
required
Required range: x >= 0
voteLatency
string | null
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
jitoPriorityFeeCommissionRate
string | null
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$