---
title: "GetBeaconPoolVoluntaryExits"
method: GET
path: "/{apiKey}/eth/v1/beacon/pool/voluntary_exits"
---

# GetBeaconPoolVoluntaryExits

`GET /{apiKey}/eth/v1/beacon/pool/voluntary_exits`

Get SignedVoluntaryExit from operations pool. Retrieves voluntary exits known by the node but not necessarily incorporated into any block.

## Path parameters

- `apiKey` string, required — <style> .custom-style { color: #048FF4; } </style> For higher throughput, please <span class="custom-style"><a href="../docs/quick-start-guide#-creating-your-api-key-on-the-zan-platform" target="_blank">create your own API key</a></span>.

## Response `200`

A version string of the running beacon node.

- object
  - `data` object[], required
    - `message` object, required — The [`VoluntaryExit`](https://github.com/ethereum/consensus-specs/blob/v1.3.0/specs/phase0/beacon-chain.md#voluntaryexit) object from the CL spec.
      - `epoch` string, required — Minimum epoch for processing exit.
      - `validator_index` string, required — Index of the exiting validator.
    - `signature` string, hex, required

---

[API](https://skmtc.net/zan/apis/zan-getnftmetadata.md) · [All operations](https://skmtc.net/zan/apis/zan-getnftmetadata/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zan/zan-getnftmetadata/revisions/be8fa2338895/schema)
