Skip to main content
GET
Get Slashing Leaderboard
Depending on the slashing role specified, this endpoint returns a list of entities either (1) according to how many times their validators have been slashed or (2) how many times their validators have proposed a block that included slashing report (i.e. letting the network know a slashing incident has occurred). These entities are arranged in descending order. Here’s how to interpret the inputs required to operate it 👇

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>
default:mainnet
Available options:
mainnet,
hoodi,
holesky

Query Parameters

from
integer
default:0
size
integer
default:10
slashingRole
enum<string>
default:slashed
Available options:
slashed,
slasher

Response

Successful Response

page
PageP2P · object
required
total
integer
required
Required range: x >= 0
data
SlashingLeaderboard · object[]
required
next
string | null
required