GET
/
v1
/
eth
/
validators
/
{validator_index_or_pubkey}
/
mappings
curl --request GET \
  --url https://api.rated.network/v1/eth/validators/{validator_index_or_pubkey}/mappings
{
  "depositAddresses": [
    "0x74134d0c91798d720a5585364bb4be7396c5b973"
  ],
  "dvtOperators": [],
  "nodeOperators": [],
  "validatorIndex": 100,
  "validatorPubkey": "0xb5bc96b70df0dfcc252c9ff0d1b42cb6dc0d55f8defa474dc0a5c7e0402c241e2850fea9c582e276b638b3c2c3a5ec55",
  "withdrawalAddress": "0xfff1ce616cf83327981bf61396ad0c04e0c8b771"
}

This endpoint is available only to annual commitment and custom Enterprise plans. Get in touch with hello@rated.network to learn more.

Headers

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

Path Parameters

validator_index_or_pubkey
required
Required range: x >= 0

Response

200
application/json
Successful Response
validatorIndex
integer
required
Required range: x >= 0
validatorPubkey
string
required
pool
string | null
required
dvtNetwork
string | null
required
nodeOperators
string[] | null
required
dvtOperators
string[] | null
required
depositAddresses
string[] | null
required
withdrawalAddress
string | null
required
subpool
string | null
required