Skip to main content
Schema: monad.price Table: dim_asset_metadata Type: Dimension Table

What

This table provides comprehensive metadata for all assets (tokens and native assets) tracked in the price schema across EVM blockchains. It includes provider, asset identifiers, names, symbols, contract addresses, blockchain, and verification status.

Key Use Cases

  • Join price data to

Columns

Column NameData TypeDescription
ASSET_IDTEXTUnique identifier for the asset from the price provider. …
BLOCKCHAINTEXTThe blockchain network where the asset exists. Lowercase …
BLOCKCHAIN_IDTEXTThe numeric or string identifier for the blockchain on wh…
DIM_ASSET_METADATA_IDTEXTPrimary key - unique identifier for each row ensuring dat…
INSERTED_TIMESTAMPTIMESTAMP_NTZUTC timestamp when the record was first added to the Flip…
MODIFIED_TIMESTAMPTIMESTAMP_NTZUTC timestamp of the most recent update to this record.
… | | NAME | TEXT | Full name of the asset or token. More descriptive than sy… | | PROVIDER | TEXT | Data source that provided the price information. Values i… | | SYMBOL | TEXT | Token ticker symbol as commonly recognized. Usually 3-5 u… | | TOKEN_ADDRESS | TEXT | Contract address of the token on the blockchain. NULL for… |