Delegators
Querying into individual delegators
The following endpoints return all kinds of useful information (e.g. rewards, performance, metadata) about a delegator in the requested time-frame.
Single delegator summary
This endpoint returns high level information about a delegator over the time period such as their network penetration, rewards, annual percentage rate (APR), paid commissions, and the aggregate effectiveness of their validator delegates.
window
Window of the aggregation, with 1d
, 7d
, 30d
and all
being the supported values
Multiple delegator summary
Similar to the #single-validator-summary but returns the summary stats for all delegators.
window
Window of the aggregation, with 1d
, 7d
, 30d
and all
being the supported values
from
From a specific validator's ranking based on their order in terms of network_penetration
size
The number of results included per page
Delegator rewards
This endpoint returns information about the rewards received by a delegator and the rewards it has missed out on over a number of checkpoints. The rewards can be broken down at a per checkpoint level or daily level as well.
from
Starting (highest) checkpoint (integer, e.g. 54000) or UTC date (e.g. from=“2023-11-22”)
to
Ending (lowest) checkpoint (integer, e.g. 52922) or UTC date (e.g. from=“2023-10-31”)
granularity
The size of time increments you are looking to query. Can be checkpoint
or day
size
The number of results included per page
Last updated