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.
Table Details
| Property | Value |
|---|---|
| Table Name | vana.stablecoins.balances_daily |
| Table Status | Production-Ready |
| Unique Key | date, address, token_address |
| Clustering Key(s) | date, token_address |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| date | DATE | The UTC date this daily balance snapshot covers |
| address | VARCHAR(42) | The wallet address holding the stablecoin |
| token_address | VARCHAR(42) | Contract address of the stablecoin token |
| product_id | VARCHAR(16777216) | Allium stablecoin product identifier (e.g. usdc, usdt) |
| currency | VARCHAR(16777216) | Underlying fiat currency the stablecoin pegs to (e.g. USD, EUR) |
| token_name | VARCHAR(16777216) | Name of the stablecoin |
| token_symbol | VARCHAR(16777216) | Symbol of the stablecoin |
| raw_balance_str | VARCHAR(16777216) | Balance, unnormalized, as string to retain precision |
| balance_str | VARCHAR(16777216) | Balance, normalized, as string to retain precision |
| balance | FLOAT | Balance, normalized by token decimals |
| usd_balance | FLOAT | Balance in USD |
| usd_exchange_rate | FLOAT | Exchange rate used for USD conversion |
| price_source | VARCHAR(16777216) | Source used to determine the USD price (e.g. coingecko, peg) |
| last_activity_block_timestamp | TIMESTAMP_NTZ(9) | Block timestamp of the most recent balance-changing activity |
| last_activity_block_number | NUMBER(38,0) | Block number of the most recent balance-changing activity |
| unique_id | VARCHAR(16777216) | Unique identifier for the (date, address, token) row |
| _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. |