GET
/
v1
/
eth
/
validators
/
slashings
curl --request GET \
  --url https://api.rated.network/v1/eth/validators/slashings
{
  "next": "https://api.rated.network//v1/eth/validators/slashings?limit=10&offset=30",
  "pages": 10,
  "previous": "https://api.rated.network//v1/eth/validators/slashings?limit=10&offset=10",
  "results": [
    [
      {
        "balanceBeforeSlashing": 32001900366,
        "balanceBeforeWithdrawal": 30980804667,
        "slashingEpoch": 203644,
        "slashingPenalties": 1021095699,
        "validatorIndex": 516858,
        "validatorPubkey": "0xafa647044b05fd7d7f3cfd806170fc9774bf37cbcfd4f083528522bb2a011e57f3af00f8bb8435a9d3316816e4cdb022",
        "withdrawableEpoch": 211836
      }
    ]
  ]
}

This endpoint is available only to annual commitment and custom Enterprise plans. Get in touch with hello@rated.network to learn more.

Headers

X-Rated-Network
enum<string>
Available options:
mainnet,
holesky

Query Parameters

limit
integer
default:10

The number of results returned per page

offset
integer
default:0

The number of results to skip before starting to return

sortBy
string

The filter you want results to be sorted by

sortOrder
enum<string> | null
default:asc

The sort order for the results

Available options:
asc,
desc

Response

200
application/json
Successful Response
previous
string | null
required
next
string | null
required
pages
integer
required
Required range: x >= 0
results
object[]
required