Cluster Effectiveness
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
404
Data not found
500
An unknown error occurred
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?