> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Exit Queue Latest 🌱

### Table Details

| Property     | Value                                      |
| ------------ | ------------------------------------------ |
| Table Name   | `beacon_hoodi.validator.exit_queue_latest` |
| Table Status | Beta 🌱                                    |

### Table Columns

| Column Name             | Data Type         | Description                                                                                                        |
| ----------------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------ |
| status                  | VARCHAR(16777216) | Current status of the validator.                                                                                   |
| validator\_index        | NUMBER(38,0)      | Unique index of the validator.                                                                                     |
| pubkey                  | VARCHAR(16777216) | The validator's BLS public key, uniquely identifying them. 48-bytes, hex encoded with 0x prefix, case insensitive. |
| exit\_epoch             | VARCHAR(16777216) | Epoch when validator exited.                                                                                       |
| exit\_timestamp         | TIMESTAMP\_NTZ(5) | Timestamp when validator exited.                                                                                   |
| hours\_to\_exit         | NUMBER(25,2)      | Estimated time in hours to exit based on the current time at the time of querying the data.                        |
| withdrawable\_epoch     | VARCHAR(16777216) | Epoch when validator can withdraw.                                                                                 |
| withdrawable\_timestamp | TIMESTAMP\_NTZ(5) | Timestamp when validator can withdraw.                                                                             |
| hours\_to\_withdraw     | NUMBER(25,2)      | Estimated time in hours to withdraw based on the current time at the time of querying the data.                    |
| balance                 | FLOAT             | Balance of the validator.                                                                                          |
| effective\_balance      | FLOAT             | Effective balance of the validator.                                                                                |
| withdrawal\_credentials | VARCHAR(16777216) | It's a 32-byte field in each validator's record that specifies the withdrawal destination and type.                |
| execution\_optimistic   | BOOLEAN           | Indicates if the response references an unverified execution payload                                               |
| finalized               | BOOLEAN           | Indicates whether the response data is finalized.                                                                  |
| \_created\_at           | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.                                                           |
| \_updated\_at           | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.                                                      |

### Related Docs

* [Beacon Chain Validator Exit Queue Latest](/historical-data/supported-blockchains/evm/beacon-chain/validator/exit-queue-latest)
