cURL
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 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
mainnet
hoodi
holesky
Successful Response
The response is of type SlashingOverview · object[].
SlashingOverview · object[]