get https://svc.blockdaemon.com/reporting/staking/v2/ethereum//validator/status/
Returns a status object for a Validator address.
The metadata fields returned from this call represent the validator's activation and withdrawal states, such as:
activationEligibilityEpoch
: The epoch when the validator was registered by the network and entered the queue for activation.activationEpoch
: The epoch when the validator became active and started earning rewards.exitEpoch
: The epoch when the validator exited the network and stopped earning rewards.withdrawableEpoch
: The epoch when the validator can withdraw or transfer funds. The withdrawal process can be activated for the 32 ETH deposit and remaining rewards.
Info:
If the
exitEpoch
orwithdrawableEpoch
values are set to 18446744073709551615 , it means that the validator is still active in the network and has not exited or withdrawn yet.