Skip to main content

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

PropertyValue
Table Namevana.stablecoins.supply_non_circulating_daily
Table StatusProduction-Ready

Table Columns

Column NameData TypeDescription
chainVARCHAR(16777216)The blockchain the stablecoin resides on
addressVARCHAR(42)The non-circulating address holding the balance
token_addressVARCHAR(42)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
product_idVARCHAR(16777216)Allium stablecoin product identifier (e.g. usdc, usdt)
ncs_address_typeVARCHAR(16777216)Classification of the non-circulating address (e.g. treasury, bridge)
ncs_address_labelVARCHAR(16777216)Human-readable label for the address
ncs_supply_layerVARCHAR(16777216)Which supply layer this exclusion applies to (e.g. base, adjusted)
raw_balance_strVARCHAR(16777216)Balance, unnormalized, as string for precision
raw_balanceFLOATBalance, unnormalized
balance_strVARCHAR(16777216)Balance, normalized, as string for precision
balanceFLOATBalance, normalized by token decimals
block_dateTIMESTAMP_NTZ(9)The UTC date this balance snapshot covers
block_timestampTIMESTAMP_NTZ(9)Block timestamp at which the balance was captured
block_numberNUMBER(38,0)Block number at which the balance was captured
block_hashVARCHAR(16777216)Block hash at which the balance was captured
_has_errorNUMBER(38,0)Internal flag indicating whether balance retrieval encountered an error
_short_addressVARCHAR(4)Short (4-char) prefix of address, used for clustering
_short_token_addressVARCHAR(4)Short (4-char) prefix of token_address, used for clustering
_ncs_seed_updated_atTIMESTAMP_NTZ(9)When the non-circulating-address seed list was last updated
_balances_created_atTIMESTAMP_NTZ(9)When the underlying balances entry was created
_ncs_eod_created_atTIMESTAMP_NTZ(9)When the upstream end-of-day non-circulating row was created
_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.