Skip to main content
GET
Get Summaries
This endpoint returns summary statistics for all the operators Rated has pre-materialized views on––commensurate to the output you might see on the Rated Network Explorer. Here’s how to interpret the inputs required to operate it 👇 For an endpoint that returns the same information, but only for a specified entity––rather than a list of entities, see operator summary

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

Query Parameters

window
enum<string>
required
Available options:
1d,
7d,
30d,
all
poolType
enum<string>
default:all
Available options:
all,
cex,
lst
idType
enum<string>
default:depositAddress
Available options:
depositAddress,
withdrawalAddress,
nodeOperator,
pool,
poolShare,
entity,
validator,
privateSet
from
integer | null
size
integer | null
default:15
parentId
string | null
parentEntity
string | null
deprecated

Use parentId

Response

Successful Response

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