Skip to main content
GET
Validator Checkpoint Effectiveness
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:

Authorizations

Authorization
string
header
required

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

Path Parameters

validator_id
integer
required
Required range: x >= 0

Query Parameters

from
any | null

The starting checkpoint or date (UTC) to return. For example, 41100 or 2021-01-01.

granularity
enum<string> | null

Checkpoint or UTC day

Available options:
checkpoint,
day
size
integer
default:15

Response

Successful Response

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