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