GET
/
v1
/
eth
/
entities
/
{entity_id}
curl --request GET \
  --url https://api.rated.network/v1/eth/entities/{entity_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "0xa40dfee99e1c85dc97fdc594b16a460717838703",
  "name": "0xa40dfee99e1c85dc97fdc594b16a460717838703",
  "networkPenetration": 0.07855633469653803,
  "operatorCount": 0,
  "type": "depositAddress",
  "validatorCount": 37361
}

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

Path Parameters

entity_id
string
required

Query Parameters

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

The response is of type object.