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

Headers

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

Response

200
application/json
Successful Response
timeWindow
enum<string>
required
Available options:
1d,
7d,
30d,
all
validatorsSlashed
integer
required
Required range: x > 0
discreteSlashingEvents
integer
required
Required range: x > 0
largestSlashingIncident
integer
required
Required range: x > 0
currentSlashingPenaltyGwei
integer
required
Required range: x > 0
slashingSlotsRatio
number
required
Required range: x > 0
solosRatio
number
required
Required range: x > 0
prosRatio
number
required
Required range: x > 0
slashingPenaltiesAllRewardsRatio
number
required
Required range: x > 0
slashingPenaltiesStakeRatio
number
required
Required range: x > 0