Validators
Single validator rewards
GET
This endpoint returns all the useful information you need on the historical rewards of a single validator (e.g. voting rewards, block proposals, MEV). For a glossary of the variables returned, see validators.
Hereโs how to interpret the inputs required to operate it๐
Parameter | Description |
---|---|
from | Starting UTC date (e.g. from=โ2024-04-22โ), or a slot multiple of 3,000 (approximately 20 minutes) |
granularity | The size of time increments you are looking to query. Can be day or 3k (3,000 slots or approximately 20 minutes). |
size | The number of results included per page |
Path Parameters
Query Parameters
UTC day or slot multiple of 3k
UTC day or 3k block interval
Available options:
3k
, day
Required range:
1 < x < 200