Ethereum Staking API - Generate a Signed Voluntary Exit Message
Network
Parameters
network- Type: string
- Allowed:
mainnet,hoodi
show_fork_version- Type: boolean
- Description: When this parameter is set to
true, the response will include the fieldfork_versionindicating the fork version constant for the currently active fork. - Note: The fork versions values are unique for each network and each fork. As an example, here is the constants preset file for Mainnet: mainnet.yaml
validator_index- Type: uint64
- Description: Validator index
validator_public_key- Type: string
- Description: Validator public key
epoch- Type: uint64
- Description: Earliest epoch when voluntary exit can be processed. If not provided the earliest possible epoch will be fetched from the network.
Response Codes
200Ethereum exit validator transaction response400Invalid request.401Header 'X-API-Key' missing.404Validator not found.500Internal server error.503Insufficient validators available to process Stake Intent request
Example Command
curl --request GET \
--url https://svc.blockdaemon.com/boss/v1/ethereum/mainnet/signed-voluntary-exit \
--header 'accept: application/json'
Example Responses
200400401404500503
Updated 2 months ago.