cURL
curl --request GET \ --url https://api.rated.network/v0/eth/slashings/{validator_index_or_pubkey} \ --header 'Authorization: Bearer <token>'
{ "validatorIndex": 1, "validatorPubkey": "<string>", "slashingEpoch": 1, "withdrawableEpoch": 1, "balanceBeforeSlashing": 1, "balanceBeforeWithdrawal": 1, "slashingPenalties": 1 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
mainnet
hoodi
holesky
x >= 0
Successful Response