---
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

---

[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/853e3eedab0f/schema)
