---
title: "Get validator execution layer deposits"
method: GET
path: "/validator/{indexOrPubkey}/deposits"
tags: ["Validators"]
---

# Get validator execution layer deposits

`GET /validator/{indexOrPubkey}/deposits`

Get all eth1 deposits for up to 100 validators

## Path parameters

- `indexOrPubkey` string, required

## Response `200`

OK

- object
  - `data` ApiApiValidatorDepositsResponseV1[]
    - `amount` integer
    - `block_number` integer
    - `block_ts` integer
    - `from_address` string
    - `merkletree_index` string
    - `publickey` string
    - `removed` boolean
    - `signature` string
    - `tx_hash` string
    - `tx_index` integer
    - `tx_input` string
    - `valid_signature` boolean
    - `withdrawal_credentials` string
  - `status` string

## Other responses

- `400` — Bad Request

## Changes

- **2025-07-07** `34d0f6bf1d98` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ethpandaops/apis/dora-explorer-api/changes/validator/:indexOrPubkey/deposits/get.md)

---

[API](https://skmtc.dev/ethpandaops/apis/dora-explorer-api.md) · [All operations](https://skmtc.dev/ethpandaops/apis/dora-explorer-api/llms.txt) · [OpenAPI document](https://skmtc.dev/ethpandaops/apis/dora-explorer-api/revisions/34d0f6bf1d98?raw)
