---
title: "Get deposit queue"
method: GET
path: "/v1/deposits/queue"
tags: ["deposits"]
---

# Get deposit queue

`GET /v1/deposits/queue`

Returns a list of deposits in the queue waiting to be processed (Electra only) with comprehensive filtering

## Query parameters

- `limit` integer
- `offset` integer
- `min_index` integer
- `max_index` integer
- `public_key` string
- `min_amount` integer
- `max_amount` integer

## Response `200`

OK

- ApiAPIDepositsQueueResponse
  - `data` ApiAPIDepositsQueueData
    - `count` integer
    - `current_epoch` integer
    - `deposits` ApiAPIDepositQueueInfo[]
      - `amount` integer
      - `block_hash` string
      - `block_number` integer
      - `estimated_time` integer
      - `index` integer
      - `postponed` boolean
      - `public_key` string
      - `queue_position` integer
      - `time` integer
      - `tx_hash` string
      - `tx_origin` string
      - `tx_target` string
      - `validator_index` integer
      - `validator_liveness` integer
      - `validator_liveness_max` integer
      - `validator_name` string
      - `validator_status` string
      - `withdrawal_credentials` string
    - `estimated_process_time` integer
    - `is_electra` boolean
    - `total_amount` integer
    - `total_count` integer
    - `total_new_validators` integer
  - `status` string

## Other responses

- `400` — Invalid parameters
- `500` — Internal server error

---

[API](https://skmtc.net/ethpandaops/apis/dora-explorer-api.md) · [All operations](https://skmtc.net/ethpandaops/apis/dora-explorer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ethpandaops/dora-explorer-api/revisions/73a9fb0d9c41/schema)
