Network Overview

These endpoints provide a summary of key statistics for the whole Solana network including effectiveness, APY, staking metrics, and duty-specific rewards.

Get Network Overview

GET
/
v1
/
solana
/
network
/
overview

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 Summaries

These endpoints provide high-level information about validators including entity names, network penetration, APY, and effectiveness.

Get summary metrics for multiple validators

GET
/
v1
/
solana
/
validators

Get validator summary metrics

GET
/
v1
/
solana
/
validators
/
{validator_id}
/
summary

Delegator Summaries

By Stake Account

These endpoints return high level information about stake accounts including network penetration, rewards, APY, paid commissions, and validator delegate effectiveness.

Get summary metrics for multiple stake accounts

GET
/
v1
/
solana
/
delegators
/
stakeAccounts

Get stake account summary metrics

GET
/
v1
/
solana
/
delegators
/
stakeAccounts
/
{stake_account}
/
summary

By Stake Authority

These endpoints return high level information about stake authorities including network penetration, rewards, APY, paid commissions, and validator delegate effectiveness.

Get summary metrics for multiple stake authorities

GET
/
v1
/
solana
/
delegators
/
stakeAuthorities

Get stake authority summary metrics

GET
/
v1
/
solana
/
delegators
/
stakeAuthorities
/
{stake_authority}
/
summary

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).