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
Response
200
application/json
Successful Response
The response is of type object
.