{ "opencollection": "1.0.0", "info": { "name": "Obol Address State API", "version": "v1.0.0-local" }, "items": [ { "info": { "name": "State", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the Validator states for a cluster", "type": "http" }, "http": { "method": "GET", "url": "https://api.obol.tech/v1/state/:lockHash", "params": [ { "name": "lockHash", "value": "", "type": "path", "description": "The `lock_hash` calculated for a cluster lock." } ] }, "docs": "This endpoint is used to retrieve the states of all validators in a DV Cluster" } ] } ], "bundled": true }