Get average peer scores for operators in a cluster
Returns average peer_score (and nicknames) for operators in a cluster, sorted by peer_score descending.
Path parameters
The lock_hash calculated for a cluster lock.
Query parameters
Start date for the range (ISO 8601 format). If not provided, defaults to endDate - 7 days.
End date for the range (ISO 8601 format). If not provided, defaults to the latest available date.
Response
Array of operator addresses with their average peer scores
Example response
[
{
"operator_address": "0x7a82E643B0c8AE619f71d9667559180c33c92277",
"avg_peer_score": 99.89,
"peer_name": "puzzled-pen",
"peer_nickname": "Alice node",
"last_updated": "2026-02-10T00:00:00.000Z"
}
]Changes
Changed in 2 of the 4 revisions of this API.133
- ●
deleted the
queryrequest parameterincludeOperatorStubsrequest-parameter-removed
- ●
removed the optional property
items/avg_effectivenessfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/effectiveness_percentilefrom the response with the200statusresponse-optional-property-removed
- ●
- ▲
the response property
items/avg_peer_scorebecame nullable for the status200response-property-became-nullable
- ○
added the new optional
queryrequest parameterincludeOperatorStubsnew-optional-request-parameter
- ○
added the optional property
items/avg_effectivenessto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/effectiveness_percentileto the response with the200statusresponse-optional-property-added
- ▲