latestOpenAPI 3.0.02026-08-138371125.7 KB

707a88e0b355

Cluster Lock

Retrieve a list of Distributed Validator Clusters for a given network

This endpoint fetches a nsummary of the lock files stored for a given network

get/lock/network/summary/{network}

Path parameters

networkstring required

The network to retrieve clusters on

Response

A summary of the Distributed Validator locks for a given network

eth_stakednumber required
total_clustersnumber required
total_operatorsnumber required

Example response

{
  "eth_staked": 2,
  "total_clusters": 2,
  "total_operators": 4
}