Last updated 16 days ago
This endpoint is used to retrieve the states of all validators in a DV Cluster
The lock_hash calculated for a cluster lock.
lock_hash
{"0x000000000000000000000000000000":{"index":"0","status":"active_ongoing","balance":"32"}}
GET //v1/state/{lockHash} HTTP/1.1 Host: api.obol.tech Accept: */*
A map of pubkeys to DVState
{ "0x000000000000000000000000000000": { "index": "0", "status": "active_ongoing", "balance": "32" } }