Skip to main content

Table Details

PropertyValue
Table Namestellar.raw.fungible_tokens
Table StatusProduction-Ready
Unique Keycontract_id

Table Columns

Column NameData TypeDescription
contract_idVARCHAR(16777216)Soroban contract address of this token.
asset_idVARCHAR(16777216)Composite code:issuer identifier of the asset for non-native assets.
asset_codeVARCHAR(16777216)Asset code for a classic asset.
asset_issuerVARCHAR(16777216)Issuer G-address for a classic asset.
decimalsNUMBER(38,0)Number of decimal places for this token.
asset_toml_infoVARIANTMetadata from the asset’s SEP-1 stellar.toml file.
asset_toml_urlVARCHAR(16777216)URL of the SEP-1 stellar.toml file for this asset’s issuer.
_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.