---
title: "Get validator names"
method: POST
path: "/v1/validator_names"
tags: ["validator_names"]
---

# Get validator names

`POST /v1/validator_names`

Returns validator names for given validator indices or public keys. Supports GET with query params or POST with JSON body for large lists.

## Query parameters

- `indices` string
- `pubkeys` string

## Request body

- ApiAPIValidatorNamesRequest
  - `indices` integer[]
  - `pubkeys` string[]

## Response `200`

OK

- ApiAPIValidatorNamesResponse
  - `data` ApiAPIValidatorNamesData
    - `count` integer
    - `validator_names` ApiAPIValidatorNameInfo[]
      - `found` boolean
      - `index` integer
      - `name` string
      - `public_key` string
  - `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/853e3eedab0f/schema)
