Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rated.network/llms.txt

Use this file to discover all available pages before exploring further.

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

Network Rewards

This network rewards endpoint gives you a breakdown of all rewards earned by active validators and their delegators over a specified period of time.

Get historical network level rewards

GET
/
v1
/
solana
/
network
/
rewards