GET
/
v1
/
eth
/
entities
/
{entity_id}
/
mappings
curl --request GET \
  --url https://api.rated.network/v1/eth/entities/{entity_id}/mappings
{
  "next": "https://api.rated.network//v1/eth/entities/{entity_id}/mappings?limit=10&offset=30",
  "pages": 10,
  "previous": "https://api.rated.network//v1/eth/entities/{entity_id}/mappings?limit=10&offset=10",
  "results": [
    [
      {
        "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

entity_id
string
required

Query Parameters

limit
integer
default:10

The number of results returned per page

offset
integer
default:0

The number of results to skip before starting to return

entityType
enum<string>
required

The type of entity class you would like returned

Available options:
depositAddress,
withdrawalAddress,
nodeOperator,
pool,
poolShare,
entity,
validator,
privateSet

Response

200
application/json
Successful Response
previous
string | null
required
next
string | null
required
pages
integer
required
Required range: x >= 0
results
object[]
required