Table Details
| Property | Value |
|---|---|
| Table Name | stellar.stablecoins.supply_distribution_daily |
| Table Status | Production-Ready |
| Unique Key | date, token_address |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| date | TIMESTAMP_NTZ(9) | Snapshot date (UTC) this supply record represents. |
| product_id | VARCHAR(16777216) | Internal Allium identifier for the stablecoin product. |
| chain | VARCHAR(16777216) | Blockchain this record belongs to (always stellar). |
| token_address | VARCHAR(16777216) | Address of the stablecoin token on Stellar. |
| token_name | VARCHAR(16777216) | Full name of the token. |
| token_symbol | VARCHAR(16777216) | Ticker symbol of the token. |
| token_decimals | NUMBER(38,0) | Number of decimal places used to represent the token’s smallest unit. |
| total_supply_source | VARCHAR(16777216) | Source used to derive the total supply figure. |
| total_supply_raw | VARCHAR(16777216) | Total supply in the token’s smallest unit, as a string. |
| total_supply | FLOAT | Total token supply outstanding, decimal-normalized. |
| total_supply_usd | FLOAT | USD value of the total supply. |
| circulating_supply | FLOAT | Circulating supply (total supply minus non-circulating supply). |
| circulating_supply_usd | FLOAT | USD value of the circulating supply. |
| adjusted_circulating_supply | FLOAT | Circulating supply excluding all non-circulating supply layers. |
| adjusted_circulating_supply_usd | FLOAT | USD value of the adjusted circulating supply. |
| price_usd | FLOAT | USD price per unit of the token at the snapshot date. |
| total_supply_details | VARIANT | JSON breakdown of the total supply figure. |
| circulating_supply_details | VARIANT | JSON breakdown of the circulating supply figure. |
| unique_id | VARCHAR(16777216) | Allium’s deterministic unique identifier for this 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. |
| _changed_since_full_refresh | BOOLEAN | Indicates if the record has changed since the last full data refresh. |