---
title: "Get all validators that belong to an eth1 address"
method: GET
path: "/v1/validator/eth1/{eth1address}"
tags: ["Validator"]
---

# Get all validators that belong to an eth1 address

`GET /v1/validator/eth1/{eth1address}`

## Path parameters

- `eth1address` string, required

## Query parameters

- `limit` string
- `offset` string

## Response `200`

OK

- object
  - `data` ApiApiValidatorEth1ResponseV1[]
    - `public_key` string
    - `valid_signature` boolean
    - `validator_index` 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/73a9fb0d9c41/schema)
