GET
/
v1
/
eth
/
entities
/
summaries
curl --request GET \
  --url https://api.rated.network/v1/eth/entities/summaries
{
  "next": "https://api.rated.network//v1/eth/entities/summaries?limit=10&offset=30",
  "pages": 10,
  "previous": "https://api.rated.network//v1/eth/entities/summaries?limit=10&offset=10",
  "results": [
    [
      {
        "avgValidatorEffectiveness": 0.07855633469653803,
        "clientPercentages": [
          {
            "client": "Prysm",
            "percentage": 0.5
          },
          {
            "client": "Lighthouse",
            "percentage": 0.3
          }
        ],
        "id": "0xa40dfee99e1c85dc97fdc594b16a460717838703",
        "name": "0xa40dfee99e1c85dc97fdc594b16a460717838703",
        "networkPenetration": 0.07855633469653803,
        "relayerPercentages": [
          {
            "percentage": 0.5,
            "relayer": "no_mev_boost"
          },
          {
            "percentage": 0.3,
            "relayer": "bloxroute_regulated"
          }
        ],
        "type": "depositAddress",
        "validatorCount": 37361,
        "window": "1d"
      }
    ]
  ]
}

Headers

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

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> | null

The type of entity class you would like returned

Available options:
depositAddress,
withdrawalAddress,
nodeOperator,
pool,
poolShare,
entity,
validator,
privateSet
window
enum<string> | null
Available options:
1d,
7d,
30d,
all
sortBy
string | null

The filter you want results to be sorted by

sortOrder
enum<string> | null
default:asc

The sort order for the results

Available options:
asc,
desc

Response

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