/eth/v1/beacon/pool/voluntary_exits RPC Method
Parameters
This method does not accept any parameters
Returns
data
array
An array of SignedVoluntaryExit objects, each representing a validator's request to exit the beacon chain validator set
message
object
The VoluntaryExit message containing the core exit request parameters
epoch
string
The earliest epoch at which this voluntary exit can be processed. This must be equal to or less than the current epoch at the time of exit
validator_index
string
Index of the exiting validator in the beacon state's validator registry
signature
string
BLS signature of the VoluntaryExit message signed by the exiting validator's private key, encoded as a hexadecimal string with '0x' prefix
Request
1curl --location 'https://docs-demo.quiknode.pro/eth/v1/beacon/pool/voluntary_exits' \2--header 'Content-Type: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free