Skip to main content

Table Details

PropertyValue
Table Namestellar.stablecoins.supply_distribution_daily
Table StatusProduction-Ready
Unique Keydate, token_address

Table Columns

Column NameData TypeDescription
dateTIMESTAMP_NTZ(9)Snapshot date (UTC) this supply record represents.
product_idVARCHAR(16777216)Internal Allium identifier for the stablecoin product.
chainVARCHAR(16777216)Blockchain this record belongs to (always stellar).
token_addressVARCHAR(16777216)Address of the stablecoin token on Stellar.
token_nameVARCHAR(16777216)Full name of the token.
token_symbolVARCHAR(16777216)Ticker symbol of the token.
token_decimalsNUMBER(38,0)Number of decimal places used to represent the token’s smallest unit.
total_supply_sourceVARCHAR(16777216)Source used to derive the total supply figure.
total_supply_rawVARCHAR(16777216)Total supply in the token’s smallest unit, as a string.
total_supplyFLOATTotal token supply outstanding, decimal-normalized.
total_supply_usdFLOATUSD value of the total supply.
circulating_supplyFLOATCirculating supply (total supply minus non-circulating supply).
circulating_supply_usdFLOATUSD value of the circulating supply.
adjusted_circulating_supplyFLOATCirculating supply excluding all non-circulating supply layers.
adjusted_circulating_supply_usdFLOATUSD value of the adjusted circulating supply.
price_usdFLOATUSD price per unit of the token at the snapshot date.
total_supply_detailsVARIANTJSON breakdown of the total supply figure.
circulating_supply_detailsVARIANTJSON breakdown of the circulating supply figure.
unique_idVARCHAR(16777216)Allium’s deterministic unique identifier for this row.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.
_changed_since_full_refreshBOOLEANIndicates if the record has changed since the last full data refresh.