---
title: "Estimate Ethereum validators progress in the pending-queued queue"
method: POST
path: "/v1/ethereum/{network}/queue-progress/pending-queued"
tags: ["Ethereum"]
---

# Estimate Ethereum validators progress in the pending-queued queue

`POST /v1/ethereum/{network}/queue-progress/pending-queued`

Retrieve Ethereum validator in the pending-queued queue

## Path parameters

- `network` 'mainnet' | 'hoodi', required — Ethereum network

## Request body

- EthereumQueuesProgressRequest — List of Ethereum validator ids.
  - `public_keys` EthereumValidatorPublicKey[], required

## Response `200`

Ethereum queue estimate response

- EthereumQueuesProgress
  - `last_updated` string — Time validator state was recorded
  - `validators` ValidatorQueueProgress[], required
    - `public_key` string, hex, required — Public Key of an asymmetric key-pair.
    - `epochs_remaining` integer, required — the number of epochs remaining in the current queue

## Other responses

- `400` — Invalid request.
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.dev/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/revisions/f94e296a08a3/schema)
