v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Ethereum Staking Reporting

Get a Stream of Validator Statuses

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

post/v2/ethereum/{network}/validator/status

Path parameters

network'mainnet' | 'holesky' | 'hoodi' required

Network

The network to look up against.

Request body

string[] required

Example request

[
  "0xaf3cfa981e084985c88928ae2fc7802790195d5d4e297fb384230b6b8e4540b2654a50a17dfeccc73f550461bd794563",
  "0x80000001677f23a227dfed6f61b132d114be83b8ad0aa5f3c5d1d77e6ee0bf5f73b0af750cc34e8f2dae73c21dc36f4a"
]

Response

OK