Exit Validators by Pubkeys
Unstake ETH from multiple validators at once.
This API endpoint allows you to unstake from multiple validators simultaneously.
HTTP Request
POST /api/v1/validator/exit
Path Params
No param
Request:
pubkeys (array): This parameter is mandatory and requires a list of public keys for the validators you want to exit.
Response:
If successful, you'll receive a response with:
code: "200" indicating success.
msg: "Success" confirming the exit request.
Example
{
"code": "200",
"msg": "Success"
}
Last updated
Was this helpful?