Generate a validator partial withdrawal intent message
title: Ethereum Partial Withdrawal
description: Required data for Ethereum partial withdrawal process.
Required data for Ethereum partial withdrawal
Network
- Type: string
- Allowed:
hoodi - Required: Yes
Withdrawal Address
- Type: string
- Required: Yes
- Pattern:
^0x[a-fA-F0-9]{40}$ - Description: Hex-encoded Ethereum account or smart contract address.
Validator
- Type: string
- Required: Yes
- Description: Public Key of an asymmetric key-pair.
Amount
- Type: string
- Required: Yes
- Pattern:
^[1-9]\d{10,}$ - Description: Amount of ETH (denominated in Gwei).
API Response Codes
- 200: Created
- 400: Invalid request.
- 401: Header 'X-API-Key' missing.
- 500: Internal server error.
- 503: Insufficient validators available to process Stake Intent request.
Example CURL Request
curl --request POST \
--url https://svc.blockdaemon.com/boss/v1/ethereum/hoodi/withdrawal-intents/partial \
--header 'accept: application/json' \
--header 'content-type: application/json'