For the complete documentation index, see llms.txt. This page is also available as Markdown.

State

Retrieve the Validator states for a cluster

get
/v1/state/{lockHash}

This endpoint is used to retrieve the states of all validators in a DV Cluster

Path parameters
lockHashstringRequired

The lock_hash calculated for a cluster lock.

Responses
200

A map of pubkeys to DVState

application/json
get/v1/state/{lockHash}

Last updated

Was this helpful?