---
title: "Get all validators that have a specific withdrawal credentials"
method: GET
path: "/v1/validator/withdrawalCredentials/{withdrawalCredentialsOrEth1address}"
tags: ["Validator"]
---

# Get all validators that have a specific withdrawal credentials

`GET /v1/validator/withdrawalCredentials/{withdrawalCredentialsOrEth1address}`

## Path parameters

- `withdrawalCredentialsOrEth1address` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- object
  - `data` ApiApiWithdrawalCredentialsResponseV1[]
    - `publickey` string
    - `validatorindex` integer
  - `status` string

## Other responses

- `400` — Bad Request

## Changes

- **2025-09-30** `ab4fb98e80fd` — 1 info
  - api operation id `getWithdrawalCredentialsValidators` was added
- **2025-07-07** `40abfa75540b` — 1 info
  - endpoint added
- **2025-07-07** `34d0f6bf1d98` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ethpandaops/apis/dora-explorer-api/changes/v1/validator/withdrawalCredentials/:withdrawalCredentialsOrEth1address/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-service-production.skmtc.workers.dev/v1/apis/ethpandaops/dora-explorer-api/revisions/307f1bec3e51/schema)
