GET
/
v0
/
solana
/
network
/
overview

This endpoint returns a summary of key statistics for the whole network including effectiveness and its components, delegator and validator annual percentage yields (APY), staking metrics, and duty-specific rewards.

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

Response

200
application/json
Successful Response
timeWindow
enum<string>
required
Available options:
1d,
7d,
30d,
all
networkEffectiveness
number
required
networkVoteSuccessRate
number
required
networkMissedBlocksRate
number
required
networkVotingLatency
number
required
validatorApy
number
required
netValidatorApy
number
required
delegatorApy
number
required
rewardsSolanaVoting
string
required
rewardsSolanaProposals
string
required
rewardsSolanaMev
string
required
rewardsSolanaRent
string
required
activeValidatorCount
integer
required
Required range: x > 0
activeValidatorDiff
integer
required
totalDelegatedStake
string
required
activeDelegatorStakeAccountCount
integer
required
Required range: x > 0
activeDelegatorStakeAccountCountDiff
integer
required
activeDelegatorWithdrawAuthorityCount
integer
required
Required range: x > 0
activeDelegatorWithdrawAuthorityCountDiff
integer
required
stakeAccountWithdrawAuthorityRatio
string
required
activeDelegatorStakeAuthorityCount
integer
required
Required range: x > 0
activeDelegatorStakeAuthorityCountDiff
integer
required
stakeAccountStakeAuthorityRatio
string
required
networkEffectivenessDiff
string
required
giniCoefficient
string
required
deactivatingStakeAccounts
integer | null
required
Required range: x > 0