Skip to main content
Schema: stellar.price Table: ez_asset_metadata Type: Base Table A convenience table holding prioritized asset metadata and other relevant details pertaining to each token_address and native asset. This data set is highly curated and contains metadata for one unique asset per blockchain.

Columns

Column NameData TypeDescription
PROVIDER_ASSET_IDTEXTThe unique identifier representing the asset.
ASSET_ISSUERTEXTThe account address of the original asset issuer that created the asset.
ASSET_CODETEXTThe 4 or 12 character code representation of the asset on the network.
ASSET_IDNUMBERThe Farm Hash encoding of Asset Code + Asset Issuer + Asset Type. This field is optimized for cross table joins since integer joins are less expensive than the original asset id components.
NAMETEXTThe name of the asset.
SYMBOLTEXTThe symbol of the asset.
DECIMALSNUMBERThe number of decimals for the token contract on this EVM blockchain.
BLOCKCHAINTEXTThe Blockchain, Network, or Platform for this asset.
IS_NATIVEBOOLEANA flag indicating assets native to this EVM blockchain.
IS_VERIFIEDBOOLEANA flag indicating if the asset has been verified by the Flipside team.
IS_DEPRECATEDBOOLEANA flag indicating if the asset is deprecated or no longer supported by the provider.
EZ_ASSET_METADATA_IDTEXTUnique primary key for the dimension table, used as the main identifier for each record.
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when this record was inserted.
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when this record was last modified.