> ## 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.

# Balances Latest 🌱

### Table Details

| Property     | Value                                   |
| ------------ | --------------------------------------- |
| Table Name   | `solana_devnet.staking.balances_latest` |
| Table Status | Beta 🌱                                 |
| Unique Key   | `token_address`, `address`              |

### Table Columns

| Column Name                               | Data Type         | Description                                                          |
| ----------------------------------------- | ----------------- | -------------------------------------------------------------------- |
| stake\_account                            | VARCHAR(16777216) | The address of the stake account                                     |
| delegated\_stake                          | FLOAT             | Amount of SOL delegated minus rent reserve                           |
| active\_stake                             | FLOAT             | Amount of SOL currently earning rewards                              |
| inactive\_stake                           | FLOAT             | Difference between delegated and active stake                        |
| total\_rewards                            | FLOAT             | Cumulative rewards earned by the stake account                       |
| delegated\_vote\_account                  | VARCHAR(16777216) | Validator vote account address that the stake is delegated to        |
| last\_activation\_epoch                   | NUMBER(38,0)      | The most recent epoch when the stake was activated                   |
| last\_deactivation\_epoch                 | NUMBER(38,0)      | The most recent epoch when the stake was deactivated                 |
| activation\_status                        | VARCHAR(16777216) | Current status of the stake account                                  |
| last\_activity\_action                    | VARCHAR(16777216) | The most recent staking action performed                             |
| last\_activity\_epoch                     | NUMBER(38,0)      | The epoch when the last activity occurred                            |
| last\_activity\_action\_info              | VARIANT           | Additional info about the last activity (JSON/variant)               |
| last\_activity\_block\_slot               | NUMBER(38,0)      | Block slot of the last activity                                      |
| last\_activity\_block\_height             | NUMBER(38,0)      | Block height of the last activity                                    |
| last\_activity\_block\_timestamp          | TIMESTAMP\_NTZ(9) | Block timestamp of the last activity                                 |
| last\_activity\_block\_hash               | VARCHAR(44)       | Block hash of the last activity                                      |
| last\_activity\_txn\_id                   | VARCHAR(88)       | Transaction ID of the last activity                                  |
| last\_activity\_txn\_index                | NUMBER(38,0)      | Transaction index within the block for the last activity             |
| last\_activity\_instruction\_index        | NUMBER(38,0)      | Instruction index within the transaction for the last activity       |
| last\_activity\_inner\_instruction\_index | NUMBER(38,0)      | Inner instruction index within the instruction for the last activity |
| last\_activity\_pseudo\_global\_order     | NUMBER(38,0)      | Global ordering number for the last activity                         |
| last\_activity\_pre\_tx\_amount           | VARCHAR(16777216) | Stake account balance before the last activity (string)              |
| last\_activity\_post\_tx\_amount          | VARCHAR(16777216) | Stake account balance after the last activity (string)               |
| last\_activity\_unique\_id                | VARCHAR(16777216) | Unique identifier for the last activity record                       |

### Related Docs

* [Solana Staking Balances Latest](/historical-data/supported-blockchains/solana/solana/staking/balances-latest)
