Attester slashings for a slot
Slots
Attester slashings for a slot
Retrieve all attester slashing operations included in the beacon block for a specific slot. You can provide a slot number or the keyword latest to fetch from the most recently processed slot. Each item contains the two conflicting attestations that triggered the slashing and the block inclusion metadata.
GET
Attester slashings for a slot
Authorizations
Path Parameters
The slot to fetch. Provide an integer slot number (>= 0) or the special tag latest for the most recently processed slot.
Slot number (>= 0)
Required range:
x >= 0Example:
12751688
Response
The slot was found and its attester slashings are returned in the data array. If the slot has no attester slashings, the array is empty.

