GET
/
v0
/
eth
/
slashings
/
overview
curl --request GET \
  --url https://api.rated.network/v0/eth/slashings/overview \
  --header 'Authorization: Bearer <token>'
[
  {
    "currentSlashingPenaltyGwei": 1064833914,
    "discreteSlashingEvents": 97,
    "largestSlashingIncident": 2,
    "prosSlotsRatio": 0.42446,
    "slashingPenaltiesAllRewardsRatio": 0.00011,
    "slashingPenaltiesStakeRatio": 0.00001,
    "slashingSlotsRatio": 0.00003,
    "solosSlotsRatio": 0.57554,
    "timeWindow": "all",
    "validatorsSlashed": 278
  }
]

This endpoint returns overview statistics around slashing, including the number of validators slashed, slashing events, and slashing incidents between professional and solo validators.

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[].