v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBEthereum
Exit Ethereum Validators
Generates an Ethereum voluntary exit message and broadcasts it to the network. With most error codes, a list of the correctly processed validators is returned. Use it to check which validators will be exited.
post/v1/ethereum/{network}/voluntary-exits
Path parameters
network'mainnet' | 'hoodi' required
Ethereum network
Ethereum network
Request body
Example request
{
"validator_identifiers": [
{
"validator_public_key": "0xa1d1ad0714035353258038e964ae9675dc0252ee22cea896825c01458e1807bfad2f9969338798548d9858a571f7425c",
"validator_index": "25"
}
]
}Response
A list of validators was exited correctly.
Example response
{
"code": 200,
"message": "Detailed human-readable diagnostic message"
}