Ethereum Staking API - Generate Launchpad Deposit File
Request for generating an Ethereum Launchpad deposit string
Validators
Array of objects
Required
Validators*
Responses
- 200: Launchpad deposit string created.
- 400: Invalid request.
- 401: Header 'X-API-Key' missing.
- 404: validator(s) stake(s) not found.
- 500: Internal server error.
- 503: Insufficient validators available to process Stake Intent request.
Example cURL Command
curl --request POST \
--url https://svc.blockdaemon.com/boss/v1/eth2-launchpad-deposit \
--header 'accept: application/json' \
--header 'content-type: application/json'
Example Responses
Update