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 Namestable.assets.stablecoin_list
Table StatusProduction-Ready
Unique Keyaddress

Table Columns

Column NameData TypeDescription
chainVARCHAR(16777216)Slug identifying the blockchain this record belongs to (e.g. ethereum, base, avalanche, solana). In per-chain tables this is always the same value; in cross-chain tables it identifies which chain the row came from.
currencyVARCHAR(16777216)Fiat currency this stablecoin is pegged to, as an ISO 4217 code in lowercase (e.g. usd, eur, jpy).
symbolVARCHAR(16777216)Ticker symbol of this token or asset. Short alias for token_symbol used in tables that preserve the original blockchain field naming convention.
nameVARCHAR(16777216)Name of this token or asset. Short alias for token_name used in tables that preserve the original blockchain field naming convention.
addressVARCHAR(16777216)Wallet or contract address of the account. On EVM chains, a 42-character hex string (0x-prefixed). On other chains, the native address format applies.
decimalsNUMBER(38,0)Number of decimal places for this token. Short alias for token_decimals used in tables that preserve the original blockchain field naming convention.
base_assetVARCHAR(16777216)Canonical name of the stablecoin (e.g. USDC, USDT, DAI). Groups together all deployments of the same stablecoin across chains and issuers.
is_bridgeBOOLEANTrue if this stablecoin token is a bridged representation (e.g. USDC bridged from Ethereum to an L2 via a third-party bridge). False if it is the canonical deployment by the issuer.
sourceVARCHAR(16777216)Origin or data source identifier for this record (e.g. which API, datasource, or pipeline produced it).
content_hashVARCHAR(32)Hash of the stablecoin product’s metadata content, used to detect changes between versions.
_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_verifiedBOOLEANBoolean flag indicating whether the project is verified
stablecoin_idVARCHAR(16777216)Stablecoin ID represented by the concatenation of the stablecoin issuer and symbol. E.g. For USD Coin by Circle, it will be ‘circle_usdc’.
idVARCHAR(16777216)Unique identifier for this record within its dataset. The specific uniqueness scope (e.g. pool, position, market) depends on the model.