Validators
Querying into individual validator IDs
The following endpoints return all kinds of useful information (e.g. rewards, performance) about a validator or a specific set of validators in the requested time-frame.
Single validator effectiveness
This endpoint returns all the useful information you need on the historical performance of a single validator. This includes voting effectiveness, proposer effectiveness, missed blocks (i.e. skip rate), etc. For a glossary of the variables returned, see validators.
Single validator rewards
This endpoint returns all the useful information you need on the historical rewards of a single validator (e.g. voting rewards, block proposals, MEV). For a glossary of the variables returned, see validators.
Single validator voting latency
This endpoint returns information related to a single validator's voting latency (i.e. voting timeliness). For a glossary of the variables returned, see validators.
Single validator summary
This endpoint returns high level information about a validator over the time period such as its entity name, 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).
Multiple validator summaries
Similar to the Single validator summary but returns the summary stats for all validators.
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).
Validator metadata
This endpoints returns information about a validator such as their name, location, client, etc.
Last updated