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

These endpoints return high level information about stake accounts over the time period such as their network penetration, rewards, annual percentage yield (APY), paid commissions, and the effectiveness of their validator delegate/s.

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

Path Parameters

stake_account
string
required

Query Parameters

window
enum<string>
required

An enumeration.

Available options:
1d,
7d,
30d,
all

Response

200 - application/json
stakeAccount
string
required
timeWindow
enum<string>
required

An enumeration.

Available options:
1d,
7d,
30d,
all
stakeAuthority
string
withdrawAuthority
string
delegatedStake
number
networkPenetration
number
status
string
validatorVoteAccount
string
validatorName
string
validatorEffectiveness
number
voteCommissionRate
number
mevCommissionRate
number
sumStakingRewards
number
sumMevRewards
number
sumRewards
number
sumStakingCommissionPaid
number
sumMevCommissionPaid
number
sumCommissionPaid
number
stakingRewardsApy
number
mevRewardsApr
number
delegatorApy
number
sumMissedStakingRewards
number