Cluster Effectiveness

Retrieve a Distributed Validator Cluster Effectiveness Object

get

This endpoint is used to retrieve the effectiveness of a cluster by pubkey

Path parameters
lockHashstringRequired

The lock_hash calculated for a cluster lock.

Responses
200
The cluster lock object
application/json
Responseany of
get
GET //v1/effectiveness/{lockHash} HTTP/1.1
Host: api.obol.tech
Accept: */*
{
  "oneDay": 1,
  "sevenDay": 1,
  "thirtyDay": 1,
  "all": 1
}

Last updated

Was this helpful?