| status | string | Current status of the validator. |
| validator_index | integer | Unique index of the validator. |
| pubkey | string | The validator’s BLS public key, uniquely identifying them. 48-bytes, hex encoded with 0x prefix, case insensitive. |
| exit_epoch | integer | Epoch when validator exited. |
| exit_timestamp | timestamp | Timestamp when validator exited. |
| hours_to_exit | numeric | Estimated time in hours to exit based on the current time at the time of querying the data. |
| withdrawable_epoch | integer | Epoch when validator can withdraw. |
| withdrawable_timestamp | timestamp | Timestamp when validator can withdraw. |
| hours_to_withdraw | numeric | Estimated time in hours to withdraw based on the current time at the time of querying the data. |
| balance | numeric | Balance of the validator. |
| effective_balance | numeric | Effective balance of the validator. |
| withdrawal_credentials | string | It’s a 32-byte field in each validator’s record that specifies the withdrawal destination and type. |
| w | | |