v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBEthereum
List of Ethereum voluntary exits
Lists all the Ethereum voluntary exits that have been generated by the system.
get/v1/ethereum/{network}/voluntary-exits
Path parameters
network'mainnet' | 'hoodi' required
Ethereum network
Ethereum network
Query parameters
pageinteger
The result set page to view
per_pageinteger
The number of items to include on a single page
Response
Successful operation
Example response
{
"exits": [
{
"created_at": "2021-09-01T00:00:00Z",
"validators": [
{
"public_key": "0xa1d1ad0714035353258038e964ae9675dc0252ee22cea896825c01458e1807bfad2f9969338798548d9858a571f7425c",
"balance": "32000000000"
}
]
}
]
}