Skip to main content
GET
Stake Authority Stats
These endpoints return information about the rewards received by a delegator (stake account or stake authority), including MEV rewards it has claimed, and commissions it has paid. The data can be broken down at a daily level. Here’s how to interpret the inputs required to operate it 👇

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

from
any | null

UTC day

size
integer
default:15
Required range: 1 <= x <= 200
includeDelegations
boolean
default:false

Include stake percentage of individual delegations in the results

Response

Successful Response

page
Page · object
required
total
integer
required
Required range: x >= 0
data
SolanaDelegatorStakeAuthorityRewards · object[]
required
next
string | null