GET
/
v0
/
eth
/
operators

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 👇

ParameterContext
windowThe time window of aggregation. You might ask for 1d, 7d, 30d or All-time data
idTypeThe type of entity class you would like returned. You might ask for pool, poolShare, nodeOperator, depositAddress or withdrawalAddress
sizeThe number of results included per page
parentIdSpecifying a pool or node operator so that the response is focused on the Pool sharesof said entity.

For an endpoint that returns the same information, but only for a specified entity––rather than a list of entities, see operator summary

Headers

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

Query Parameters

window
enum<string>
required
Available options:
1d,
7d,
30d,
all
poolType
enum<string>
Available options:
all,
cex,
lst
idType
enum<string>
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

200
application/json
page
object
required
total
integer
required
Required range: x > 0
data
object[]
required
next
string | null
required