latestOpenAPI 3.0.02026-08-138371125.7 KB
707a88e0b355
Cluster Lock
Retrieve a list of Distributed Validator Clusters for which this address is an operator
This endpoint fetches a number of Distributed Validator Clusters for which the address provided is a node operator.
get/lock/operator/{address}
Path parameters
addressstring required
The operator address.
Query parameters
pageinteger required
The page number to retrieve.
limitinteger required
The number of cluster lock objects to return.
Response
A list of Distributed Validator Clusters which the operator is a member of.
Example response
{
"total_active_stake_eth": 128.5,
"total_active_stake_usd": 128.5,
"unique_validators_count": 10,
"total_count": 2,
"total_pages": 4
}