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

### Table Details

| Property     | Value                            |
| ------------ | -------------------------------- |
| Table Name   | `solana_devnet.staking.balances` |
| Table Status | Beta 🌱                          |
| Unique Key   | `block_timestamp`, `unique_id`   |

### Table Columns

| Column Name               | Data Type         | Description                                                                 |
| ------------------------- | ----------------- | --------------------------------------------------------------------------- |
| stake\_account            | VARCHAR(16777216) | The address of the stake account                                            |
| action                    | VARCHAR(16777216) | The staking action performed (e.g. delegate, deactivate, split, merge, etc) |
| 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                                         |
| epoch                     | NUMBER(38,0)      | The epoch when this record was created                                      |
| action\_info              | VARIANT           | Additional info about the action (JSON/variant)                             |
| block\_slot               | NUMBER(38,0)      | Block slot of the action                                                    |
| block\_height             | NUMBER(38,0)      | Block height of the action                                                  |
| block\_timestamp          | TIMESTAMP\_NTZ(9) | Block timestamp of the action                                               |
| block\_hash               | VARCHAR(44)       | Block hash of the action                                                    |
| txn\_id                   | VARCHAR(88)       | Transaction ID of the action                                                |
| txn\_index                | NUMBER(38,0)      | Transaction index within the block                                          |
| instruction\_index        | NUMBER(38,0)      | Instruction index within the transaction                                    |
| inner\_instruction\_index | NUMBER(38,0)      | Inner instruction index within the instruction                              |
| pseudo\_global\_order     | NUMBER(38,0)      | Global ordering number for the record                                       |
| pre\_tx\_amount           | VARCHAR(16777216) | Stake account balance before the transaction (string)                       |
| post\_tx\_amount          | VARCHAR(16777216) | Stake account balance after the transaction (string)                        |
| unique\_id                | VARCHAR(16777216) | Unique identifier for the record                                            |

### Related Docs

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