Skip to main content
GET
Validator Rewards
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👇

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

validator_id
string
required

Query Parameters

from

UTC day or slot multiple of 3k

granularity
enum<string>

UTC day or 3k block interval

Available options:
3k,
day
size
integer
default:15
Required range: 1 <= x <= 200

Response

Successful Response

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