| Field | Type | Description |
|---|---|---|
id | Integer | Unique identifier for the balance change |
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 |