# Request for generating an Ethereum Launchpad deposit string

## Validators

### Array of objects

#### Required

- **Validators public keys**

### Validators*

- **ADD** string

## 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

```bash
curl --request POST \
     --url https://svc.blockdaemon.com/boss/v1/eth2-launchpad-deposit \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

## Example Responses

- **200**
- **400**
- **401**
- **404**
- **500**
- **503**

### Update

- Updated 2 months ago.
