## network

**Type**: string  
**Allowed values**:  
`mainnet`  
`hoodi`

## List of Ethereum validator ids.

### public_keys

**Type**: array of objects

### Responses

#### 200  
Ethereum queue estimate response

#### 400  
Invalid request.

#### 401  
Header 'X-API-Key' missing.

#### 500  
Internal server error.

---

### Example Request

```bash
curl --request POST \
     --url https://svc.blockdaemon.com/boss/v1/ethereum/mainnet/queue-progress/active-exiting \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Example Responses

```json
200
400
401
500
```

---
