Status

Retrieve validators exit status

It shows data of operators who have signed and who have not

get

/exp/exit/status/{lockHash}

Path parameters
lockHashstringrequired

The cluster lockHash.

Query parameters
pagenumberrequired
limitnumberrequired
operatorAddressstringrequired

The operatorAddress.

validatorPubkeystringrequired

The pubkey in a cluster lock.

Responses
curl -L \
  --url 'https://api.obol.tech//exp/exit/status/{lockHash}?page=1&limit=1&operatorAddress=text&validatorPubkey=text'
{}

Retrieve validators exit status

It shows data of operators who have signed and who have not

get

/v1/exp/exit/status/{lockHash}

Path parameters
lockHashstringrequired

The cluster lockHash.

Query parameters
pagenumberrequired
limitnumberrequired
operatorAddressstringrequired

The operatorAddress.

validatorPubkeystringrequired

The pubkey in a cluster lock.

Responses
curl -L \
  --url 'https://api.obol.tech//v1/exp/exit/status/{lockHash}?page=1&limit=1&operatorAddress=text&validatorPubkey=text'
{}