# Ethereum Network

## Allowed Values:

- `mainnet`
- `hoodi`

## List of Ethereum Validator IDs:

### Public Keys

- **ADD**: string

## HTTP Status Codes

- ``200``: Ethereum queue estimate response
- ``400``: Invalid request.
- ``401``: Header 'X-API-Key' missing.
- ``500``: Internal server error.

## Example Request

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

## Response Example

### Status Codes

- **200**
- **400**
- **401**
- **500**

_Update: 2 months ago_
