Skip to main content
GET
/
v0
/
eth
/
validators
{
  "data": [
    {
      "activationEligibilityEpoch": 171000,
      "activationEpoch": 169000,
      "depositAddresses": [
        "0xc34eb7e3f34e54646d7cd140bb7c20a466b3e852"
      ],
      "dvtNetwork": "",
      "dvtOperators": [],
      "exitEpoch": 172000,
      "nodeOperators": [],
      "pool": "",
      "subpool": "",
      "validatorIndex": 1,
      "validatorPubkey": "0xb44440543ceef8d77e065c70da15f7b731e56db5457571c465f025e032bbcd263a0990c8749b4ca6ff20d77004466666",
      "withdrawableEpoch": 172256,
      "withdrawalAddress": "0x0d369bb49efa5100fd3b86a9f828c55da04d2d50"
    },
    {
      "activationEligibilityEpoch": 171000,
      "activationEpoch": 169000,
      "depositAddresses": [
        "0xc34eb7e3f34e54646d7cd140bb7c20a466b3e852"
      ],
      "dvtNetwork": "",
      "dvtOperators": [],
      "exitEpoch": 172000,
      "nodeOperators": [],
      "pool": "",
      "subpool": "",
      "validatorIndex": 4,
      "validatorPubkey": "0xa62420543ceef8d77e065c70da15f7b731e56db5457571c465f025e032bbcd263a0990c8749b4ca6ff20d77004454b51",
      "withdrawableEpoch": 172256,
      "withdrawalAddress": "0x0d369bb49efa5100fd3b86a9f828c55da04d2d50"
    },
    {
      "activationEligibilityEpoch": 171000,
      "activationEpoch": 169000,
      "depositAddresses": [
        "0xc34eb7e3f34e54646d7cd140bb7c20a466b3e852"
      ],
      "dvtNetwork": "",
      "dvtOperators": [],
      "exitEpoch": 172000,
      "nodeOperators": [],
      "pool": "",
      "subpool": "",
      "validatorIndex": 10,
      "validatorPubkey": "0xc55540543ceef8dccc065c70da15f7b731e56db5457571c465f0254442bbcd263a0111c8749b4ca6ff20d77004466777",
      "withdrawableEpoch": 172256,
      "withdrawalAddress": "0x0d369bb49efa5100fd3b86a9f828c55da04d2d50"
    }
  ],
  "next": "/v0/eth/validators?from=11&size=3&operatorsIds=&idType=",
  "page": {
    "from": 0,
    "size": 3
  },
  "total": 11
}

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>
Available options:
mainnet,
hoodi,
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

Successful Response

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