Attestations for a slot
Slots
Attestations for a slot
Retrieve all attestations included in the beacon block for a specific slot. You can provide a slot number or the keyword latest to fetch attestations from the most recently processed slot. The response lists each aggregated attestation with its source/target checkpoints, committee index, and the participating validators.
GET
Attestations 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 attestations are returned in the data array. If the slot has no attestations, the array is empty.

