---
title: "PostBeaconPoolVoluntaryExits"
method: POST
path: "/{apiKey}/eth/v1/beacon/pool/voluntary_exits"
---

# PostBeaconPoolVoluntaryExits

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

Submit SignedVoluntaryExit object to node's pool. Submits SignedVoluntaryExit object to node's pool and if passes validation node MUST broadcast it to network.

## 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>.

## Request body

- object — The [`SignedVoluntaryExit`](https://github.com/ethereum/consensus-specs/blob/v1.3.0/specs/phase0/beacon-chain.md#signedvoluntaryexit) object from the CL spec.
  - `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

## Response `200`

Voluntary exit is stored in node and broadcasted to network

---

[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/versions/be8fa2338895/schema)
