API Reference

PostBeaconStatesValidatorsByStateId

Returns filterable list of validators with their balance, status and index.

Information will be returned for all indices or public key that match known validators. If an index or public key does not
match any known validator, no information will be returned but this will not cause an error. There are no guarantees for the
returned data in terms of ordering; both the index and public key are returned for each validator, and can be used to confirm
for which inputs a response has been returned.

The POST variant of this endpoint has the same semantics as the GET endpoint but passes
the lists of IDs and statuses via a POST body in order to enable larger requests.

Log in to see full request history
Path Params
string
required
Defaults to public

For higher throughput, please create your own API key.

string
required

State identifier.
Can be one of: "head" (canonical head in node's view), "genesis", "finalized", "justified", <slot>, <hex encoded stateRoot with 0x prefix>.

Body Params

The lists of validator IDs and statuses to filter on. Either or both may be null to signal that no filtering on that attribute is desired.

ids
array of strings
ids
statuses
array
statuses
Response

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json