Skip to main content
GET
Get Effectiveness
This endpoint returns all the useful information you will ever need on the historical performance of a single validator index. This includes rewards (aggregate and granular), performance (effectiveness and its components), slashing history and 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.

Headers

X-Rated-Network
enum<string>
default:mainnet
Available options:
mainnet,
hoodi,
holesky

Path Parameters

validator_index_or_pubkey
required
Required range: x >= 0

Query Parameters

from
Required range: x >= 0
size
integer
default:10
granularity
enum<string>
default:day
Available options:
day,
week,
month,
quarter,
year,
all
filterType
enum<string>
Available options:
hour,
day,
datetime
include
string[] | null

Response

Successful Response

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