Delegators

Querying into individual delegators

The following endpoints return all kinds of useful information (e.g. rewards, performance) about a delegator in the requested time-frame.

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.

Here's how to interpret the inputs required to operate it 👇

ParameterContext

from

Starting UTC date (e.g. from=“2024-04-22”).

size

The number of results included per page

Single delegator 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 👇

ParameterContext

window

Window of the aggregation, with 1d, 7d, 30d and all being the supported values

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

Multiple delegator summary

Similar to the Single delegator summary but returns the summary stats for all stake accounts or stake authorities.

Here's how to interpret the inputs required to operate it 👇

ParameterContext

window

Window of the aggregation, with 1d, 7d, 30d and all being the supported values

from

From a specific delegator's ranking based on their order in terms of network_penetration

size

The number of results included per page

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

Staking pool metadata

This endpoint returns information about staking pools such as the stake pool's address, stake authority, and fees such as staking, withdrawal, and rewards. These pools are linked to their stake authority addresses.

Last updated