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

# Balance Change

> Raw balance change data capturing every token balance update on Solana.

| Field           | Type                            | Description                                             |
| --------------- | ------------------------------- | ------------------------------------------------------- |
| `id`            | *Integer*                       | Unique identifier for the balance change                |
| `balance_type`  | *[Balance Type](#balance-type)* | Type of balance based on the underlying token standard. |
| `stack_height`  | *Integer*                       | Solana instruction stack height                         |
| `token_address` | *String \[address]*             | Token address being credited or debited                 |
| `owner_address` | *String \[address]*             | Wallet address that owns the balance                    |
| `pre_balance`   | *Number*                        | Token balance before the transaction                    |
| `post_balance`  | *Number*                        | Token balance after the transaction                     |
| `block_slot`    | *Integer*                       | Solana block slot number                                |
| `block_time`    | *String \[date-time]*           | Timestamp of the block                                  |

## Balance Type

*Enum(String)*

| Value               | Description        |
| ------------------- | ------------------ |
| `spl_token_balance` | SPL token balance  |
| `native_balance`    | Native SOL balance |
