Skip to main content
GET
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. 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

delegator_address
string
required

Query Parameters

from
any | null

The starting (highest) checkpoint or date (UTC) to return. For example, 41100 or 2021-01-01.

to
any | null

The ending (lowest) checkpoint or date (UTC) to return. For example, 41100 or 2021-01-01.

granularity
enum<string> | null

Checkpoint or UTC day

Available options:
checkpoint,
day
size
integer
default:15

Maximum number of time periods (days or checkpoint) in the results.

Response

Successful Response

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