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

# Native Balances

### Table Details

| Property            | Value                           |
| ------------------- | ------------------------------- |
| Table Name          | `casper.assets.native_balances` |
| Table Status        | Production-Ready                |
| Search Optimization | `address`                       |

### Table Columns

| Column Name      | Data Type         | Description                                                   |
| ---------------- | ----------------- | ------------------------------------------------------------- |
| address          | VARCHAR(16777216) | Address whose native CSPR balance is recorded.                |
| raw\_balance     | VARCHAR(16777216) | Raw balance in motes (no decimal adjustment).                 |
| balance          | FLOAT             | Human-readable CSPR balance adjusted for decimals.            |
| block\_timestamp | TIMESTAMP\_NTZ(9) | Timestamp of the block this event was included in.            |
| block\_number    | NUMBER(38,0)      | Height of the block this event was included in.               |
| block\_hash      | VARCHAR(16777216) | Hash of the block this event was included in.                 |
| \_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. |
