Generate a validator full exit intent message

Required data for Ethereum full withdrawal

network

withdrawal_address

validator

HTTP Status Codes

Example Request

curl --request POST \
     --url https://svc.blockdaemon.com/boss/v1/ethereum/mainnet/withdrawal-intents/exit \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Example Responses

200
400
401
500
503