---
title: "Get a Stream of Validator Statuses"
method: POST
path: "/v2/ethereum/{network}/validator/status"
tags: ["Ethereum Staking Reporting"]
---

# Get a Stream of Validator Statuses

`POST /v2/ethereum/{network}/validator/status`

Returns 0 or more status objects in a streaming fashion using `ndjson`.

## Path parameters

- `network` 'mainnet' | 'holesky' | 'hoodi', required — Network

## Request body

- string[]

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `422` — Validation Error

---

[API](https://skmtc.dev/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.dev/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/revisions/f94e296a08a3/schema)
