Skip to main content
GET
Stake Authority Summary
These endpoints return high level information about a delegator over the time period such as their network penetration, rewards, annual percentage yield (APY), paid commissions, and the effectiveness of their validator delegate/s. Here’s how to interpret the inputs required to operate it 👇 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).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

stake_authority
string
required

Query Parameters

window
enum<string>
required
Available options:
1d,
7d,
30d,
all

Response

Successful Response

stakeAuthority
string
required
timeWindow
enum<string>
required
Available options:
1d,
7d,
30d,
all
validatorDelegates
integer
required
Required range: x >= 0
delegations
SolanaDelegation · object[]
required
stakingRewardsApy
string
required
mevRewardsApr
string
required
delegatorApy
string
required
sumMissedStakingRewards
string
required
poolName
string | null
delegatedStake
string | null
networkPenetration
string | null
aggregateValidatorEffectiveness
string | null
blendedVoteCommissionRate
string | null
blendedMevCommissionRate
string | null
sumStakingRewards
string | null
sumMevRewards
string | null
sumRewards
string | null
sumStakingCommissionPaid
string | null
sumMevCommissionPaid
string | null
sumCommissionPaid
string | null