Earliest data available is from April 1, 2024.

Validator Rewards

You can query this endpoint by using the vote_account address of a validator. The granularity of results can either be daily or around 20 minute intervals (3,000 slots).

Get validator rewards metrics

GET
/
v1
/
solana
/
validators
/
{validator_id}
/
rewards

Delegator Rewards

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.

By Stake Account

Get stake account rewards metrics

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

By Stake Authority

Get stake authority rewards metrics

GET
/
v1
/
solana
/
delegators
/
stakeAuthorities
/
{stake_authority}
/
rewards