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

This endpoint returns the number of discrete slashing events per month. “Discrete slashing events” are defined as a day wherein at least 1 validator was slashed.

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