This endpoint is used to retrieve the states of all validators in a DV Cluster
/v1/state/{lockHash}
The lock_hash calculated for a cluster lock.
lock_hash
curl -L \ --url 'https://api.obol.tech//v1/state/{lockHash}'
{ "0x000000000000000000000000000000": { "index": "0", "status": "active_ongoing", "balance": "32" } }