---
title: "Get up to 100 validators"
method: POST
path: "/v1/validator"
tags: ["Validator"]
---

# Get up to 100 validators

`POST /v1/validator`

This POST endpoint exists because the GET endpoint can lead to a "URI too long" error when searching for too many validators based on their pubkeys.

## Request body

- ApiApiValidatorRequestV1
  - `indicesOrPubkey` string

## Response `200`

OK

- object
  - `data` ApiApiValidatorResponseV1[]
    - `activationeligibilityepoch` integer
    - `activationepoch` integer
    - `balance` integer
    - `effectivebalance` integer
    - `exitepoch` integer
    - `isonline` boolean
    - `name` string
    - `pubkey` string
    - `slashed` boolean
    - `status` string
    - `validatorindex` integer
    - `withdrawableepoch` integer
    - `withdrawalcredentials` string
  - `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)
