Skip to main content
GET
Validator Performance
This endpoint returns all the useful information you need on the historical performance of a single validator. This includes voting effectiveness, proposer effectiveness, missed blocks (i.e. skip rate), etc. 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
any | null

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
SolanaValidatorPerformance · object[]
required
next
string | null