Slashings
Slashings as a whole
GET
This endpoint gives a paginated list of all slashed validators, their index, pubkey, slashing epoch, withdrawable epoch, balance before slashing, balance before withdrawal, and the penalties incurred from getting slashed.
If a slashed validator is not yet withdrawable, their balances before withdrawal and corresponding penalties will update every refresh until they become withdrawable.
Hereβs how to interpret the inputs required to operate it π
Parameter | Context |
---|---|
from | Start day (integer) or datetime (e.g. from=β2022-12-01β) |
size | The number of results included per page |
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Available options:
mainnet
, hoodi
, holesky
Response
200
application/json
Successful Response
The response is of type object
.