Skip to main content

Table Details

PropertyValue
Table Namecelo.assets.stablecoin_list
Table StatusProduction-Ready

Table Columns

Column NameData TypeDescription
chainVARCHAR(16777216)The name of the blockchain where the stablecoin is deployed.
currencyVARCHAR(16777216)The fiat currency that the stablecoin is pegged to (e.g., USD, EUR).
symbolVARCHAR(16777216)The ticker symbol of the stablecoin (e.g., USDC, USDT).
nameVARCHAR(16777216)The display name of the stablecoin.
addressVARCHAR(16777216)The contract address of the stablecoin token.
decimalsNUMBER(38,0)The number of decimal places for the stablecoin token.
base_assetVARCHAR(16777216)The base asset or backing of the stablecoin (e.g., USD, EUR).
is_bridgeBOOLEANWhether the stablecoin is a bridged version from another chain.
sourceVARCHAR(16777216)The data source or provider of the stablecoin metadata.
content_hashVARCHAR(32)Hash of the stablecoin metadata content for change detection.
_updated_atTIMESTAMP_LTZ(9)Timestamp of when the entry was last updated in the database.
_created_atTIMESTAMP_LTZ(9)Timestamp of when the entry was created in the database.
is_verifiedBOOLEANWhether the stablecoin has been verified by Allium.
stablecoin_idVARCHAR(16777216)Unique identifier for the stablecoin across chains.
idVARCHAR(16777216)Unique identifier for this stablecoin record.