GET
/
v0
/
eth
/
slashings
/
cohortAnalysis
curl --request GET \
  --url https://api.rated.network/v0/eth/slashings/cohortAnalysis
[
  {
    "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.

Headers

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

Response

200
application/json
Successful Response
cohort
string
required
lastSixMonths
integer
required
Required range: x > 0
pastYear
integer
required
Required range: x > 0
pastTwoYears
integer
required
Required range: x > 0
allTime
integer
required
Required range: x > 0