Network
Querying into network aggregate stats
Endpoints in this category allow querying into a collection of statistics that provide an overview of the whole network in historical states.
Network Overview
Get Network Overview
GET/v0/solana/network/overview
Response
Successful Response
Body
timeWindow*TimeWindow
An enumeration.
1d7d30dall
networkEffectiveness*Networkeffectiveness
networkVoteSuccessRate*Networkvotesuccessrate
networkMissedBlocksRate*Networkmissedblocksrate
networkVotingLatency*Networkvotinglatency
validatorApy*Validatorapy
netValidatorApy*Netvalidatorapy
delegatorApy*Delegatorapy
rewardsSolanaVoting*Rewardssolanavoting
rewardsSolanaProposals*Rewardssolanaproposals
rewardsSolanaMev*Rewardssolanamev
rewardsSolanaRent*Rewardssolanarent
activeValidatorCount*Activevalidatorcount
activeValidatorDiff*Activevalidatordiff
totalDelegatedStake*Totaldelegatedstake
activeDelegatorStakeAccountCount*Activedelegatorstakeaccountcount
activeDelegatorStakeAccountCountDiff*Activedelegatorstakeaccountcountdiff
activeDelegatorWithdrawAuthorityCount*Activedelegatorwithdrawauthoritycount
activeDelegatorWithdrawAuthorityCountDiff*Activedelegatorwithdrawauthoritycountdiff
stakeAccountWithdrawAuthorityRatio*Stakeaccountwithdrawauthorityratio
activeDelegatorStakeAuthorityCount*Activedelegatorstakeauthoritycount
activeDelegatorStakeAuthorityCountDiff*Activedelegatorstakeauthoritycountdiff
stakeAccountStakeAuthorityRatio*Stakeaccountstakeauthorityratio
networkEffectivenessDiff*Networkeffectivenessdiff
giniCoefficient*Ginicoefficient
deactivatingStakeAccountsDeactivatingstakeaccounts
Request
Response
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).
Last updated