cURL
curl --request GET \ --url https://api.rated.network/v0/eth/slashings/timeseries \ --header 'Authorization: Bearer <token>'
[ { "month": "2023-12-25", "validatorsSlashed": 1 } ]
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 SlashingTimeSeries · object[].
SlashingTimeSeries · object[]