latestOpenAPI 3.0.02026-08-138371125.7 KB

707a88e0b355

Cluster Lock

Retrieve one page of a cluster lock's distributed validators

Returns a slice of the distributed_validators array for a cluster lock. Use together with GET /lock/{lockHash}?validators=false to lazy-load very large clusters.

get/lock/{lockHash}/validators

Path parameters

lockHashstring required

The lock_hash calculated for a cluster lock.

Query parameters

pageinteger

The page number to retrieve.

limitinteger

The number of validators to return per page (max 1000).

Response

One page of the cluster lock's distributed validators

lock_hashstring required
total_countnumber required
pagenumber required
limitnumber required
distributed_validatorsDistributedValidator[] required

Example response

{
  "lock_hash": "0xd2880980169ee4a0000f23feb8fad9a6c70f38312956fe67aa89e118f5b0e048",
  "total_count": 10000,
  "limit": 100
}