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 👇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.
| Parameter | Context |
|---|---|
| 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 |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The starting (highest) checkpoint or date (UTC) to return. For example, 41100 or 2021-01-01.
The ending (lowest) checkpoint or date (UTC) to return. For example, 41100 or 2021-01-01.
Checkpoint or UTC day
checkpoint, day Maximum number of time periods (days or checkpoint) in the results.