/eth/v1/beacon/pool/voluntary_exits

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

Parameters:

None

Request body:

The SignedVoluntaryExit objects

Example:

// Request
curl -X POST -H 'Content-Type: application/json' 
https://ethereum-beacon.blockpi.network/rpc/v1/your-rpc-key/eth/v1/beacon/pool/voluntary_exits

<SignedVoluntaryExit object>


// Result

Last updated