GET
/
v0
/
eth
/
validators

This endpoint allows users to request metadata for a group of validators that map to the same operator or pool (i.e. it gives you an answer to the question “give me all of Kiln’s validator indices under Lido”).

ParameterContext
idTypeThe type of entity class you would like to filter by. You might ask for pool, nodeOperator
operatorsIdsAn array of entities names you want to filter by
fromThe validator index you want to start to navigate from
sizeThe number of results included per page
withdrawalAddressFilter by the withdrawal address

Rated builds and operates the most complete dataset for validator id mappings. These are gated endpoints and is being provisioned on a case-by-case basis. If you’re interested in working with it, get in touch via hello@rated.network with an overview of your use case.

Headers

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

Query Parameters

from
integer
default:
0
Required range: x > 0
size
integer
default:
100
Required range: 0 < x < 200
operatorsIds
string[] | null
withdrawalAddress
string | null
idType
enum<string> | null
default:
nodeOperator
Available options:
pool,
nodeOperator

Response

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