Skip to main content

Table Details

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

Table Columns

Column NameData TypeDescription
dateTIMESTAMP_NTZ(9)The UTC date this supply snapshot covers.
product_idVARCHAR(16777216)Allium stablecoin product identifier (e.g. usdc, usdt).
chainVARCHAR(16777216)The blockchain the stablecoin resides on.
token_addressVARCHAR(16777216)Contract address of the stablecoin token.
token_nameVARCHAR(16777216)Name of the stablecoin.
token_symbolVARCHAR(16777216)Symbol of the stablecoin.
token_decimalsNUMBER(38,0)Decimal precision of the stablecoin.
total_supply_sourceVARCHAR(16777216)Indicates whether total_supply came from contract state or computed events.
total_supply_rawVARCHAR(16777216)Reconciled total supply, unnormalized.
total_supplyFLOATReconciled total supply, normalized.
total_supply_usdFLOATUSD value of the total supply, computed using the day’s USD price.
circulating_supplyFLOATtotal_supply minus non-circulating supply.
circulating_supply_usdFLOATUSD value of the circulating supply, computed using the day’s USD price.
adjusted_circulating_supplyFLOATtotal_supply minus adjusted (all-layer) non-circulating supply.
adjusted_circulating_supply_usdFLOATUSD value of the adjusted circulating supply, computed using the day’s USD price.
price_usdFLOATUSD price per unit of the stablecoin used to compute the USD supply values for the day.
total_supply_detailsVARIANTJSON breakdown of the components contributing to total supply for the day.
circulating_supply_detailsVARIANTJSON breakdown of the components contributing to circulating supply for the day.
unique_idVARCHAR(16777216)Unique identifier for the (date, chain, token) 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.