curl --request GET \
--url 'https://beaconcha.in/api/v1/slot/{slot}/voluntaryexits?apikey='Retrieve all voluntary exit operations included in the beacon block for a specific slot. A voluntary exit is a signed message from a validator indicating the epoch at which they choose to exit the active set.
Provide a slot number or use the keyword latest to fetch from the most recently processed slot. The response lists each voluntary exit along with block inclusion metadata.
curl --request GET \
--url 'https://beaconcha.in/api/v1/slot/{slot}/voluntaryexits?apikey='The slot to fetch. Provide an integer slot number (>= 0) or the special tag latest for the most recently processed slot.
Slot number (>= 0)
x >= 012751688
The slot was found and its voluntary exits are returned in the data array. If the slot has no voluntary exits, the array is empty.
Was this page helpful?