This endpoint returns all the useful information you will ever need on the historical performance of a single validator. This includes rewards (checkpoint signings, proposals, Bor proposals), performance (effectiveness and its components), stake distribution, and so much more. For a glossary of the variables returned, see effectiveness. 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 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.
x >= 0The starting checkpoint or date (UTC) to return. For example, 41100 or 2021-01-01.
Checkpoint or UTC day
checkpoint, day