GET
/
v0
/
eth
/
slashings
/
cohortAnalysis
curl --request GET \
  --url https://api.rated.network/v0/eth/slashings/cohortAnalysis \
  --header 'Authorization: Bearer <token>'
[
  {
    "cohort": "<string>",
    "lastSixMonths": 1,
    "pastYear": 1,
    "pastTwoYears": 1,
    "allTime": 1
  }
]

This endpoint returns the frequency of slashing incidents for validators, grouped by different operator cohort sizes, from solo to professional operators with more than 5,000 validator keys. The cohorts are mapped against different time periods ranging from 6 months to all time.

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

Response

200
application/json

Successful Response

The response is of type object[].