| ASSET_ID | TEXT | Unique identifier for the asset from the price provider. Provider-specific ID format. |
| NAME | TEXT | Full name of the asset or token. More descriptive than symbol. |
| SYMBOL | TEXT | Token ticker symbol as commonly recognized. Usually 3-5 uppercase characters. |
| RECORDED_DATE | TEXT | The date of the market data snapshot in UTC. |
| CURRENT_PRICE | FLOAT | The USD price of the asset at the time of recording. |
| HIGH_24H | FLOAT | The highest price reached in the last 24 hours in USD. |
| LOW_24H | FLOAT | The lowest price reached in the last 24 hours in USD. |
| PRICE_CHANGE_24H | FLOAT | The absolute price change over the last 24 hours in USD. |
| PRICE_CHANGE_PERCENTAGE_24H | FLOAT | The percentage price change over the last 24 hours. |
| MARKET_CAP | NUMBER | Total market capitalization in USD across all chains, calculated as current price multiplied by circulating supply. Sourced from 3rd party price providers such as CoinGecko. Note: This is not chain… |
| MARKET_CAP_RANK | NUMBER | The ranking of the asset by market capitalization. |
| MARKET_CAP_CHANGE_24H | FLOAT | The absolute change in market cap over the last 24 hours in USD. |
| MARKET_CAP_CHANGE_PERCENTAGE_24H | FLOAT | The percentage change in market cap over the last 24 hours. |
| FULLY_DILUTED_VALUATION | NUMBER | Total fully diluted valuation (FDV) in USD across all chains, calculated as current price multiplied by total supply. Sourced from 3rd party price providers such as CoinGecko. Note: This is not cha… |
| CIRCULATING_SUPPLY | NUMBER | The number of tokens currently in circulation and available in the market. |
| TOTAL_SUPPLY | NUMBER | The total number of tokens that exist, including locked or reserved tokens. |
| MAX_SUPPLY | NUMBER | The maximum number of tokens that can ever exist. NULL if no cap. |
| TOTAL_VOLUME | NUMBER | The 24-hour trading volume in USD at the time of recording. |
| ATH | FLOAT | The all-time high price in USD. |
| ATH_CHANGE_PERCENTAGE | FLOAT | The percentage change from the all-time high price. |
| ATH_DATE | TIMESTAMP_NTZ | The date when the all-time high price was reached. |
| ATL | FLOAT | The all-time low price in USD. |
| ATL_CHANGE_PERCENTAGE | FLOAT | The percentage change from the all-time low price. |
| ATL_DATE | TIMESTAMP_NTZ | The date when the all-time low price was reached. |
| PROVIDER | TEXT | The data source that provided the market data. Currently ‘coingecko’. |
| FACT_ASSET_METRICS_DAILY_ID | TEXT | Primary key - unique identifier for each row ensuring data integrity. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | UTC timestamp when the record was first added to the Flipside database. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | UTC timestamp of the most recent update to this record. |