latestOpenAPI 3.0.02026-08-138371125.7 KB

707a88e0b355

DV Exit

Retrieve validators exit status summary

It shows data of operators who have signed and the count of validators ready to exit

get/exp/exit/status/summary/{lockHash}

Path parameters

lockHashstring required

The cluster lock hash.

Response

The exit summary data

operator_exitsobject required

An object where the key is an operator address and the value is a number of signed validators.

ready_exitsnumber required

Example response

{
  "operator_exits": {
    "0x000000000000000000000000000000000000dea1": 5,
    "0x000000000000000000000000000000000000dead": 10
  },
  "ready_exits": 2
}