crosschain.stats Table: ez_tvl_chain_metrics_daily Type: Base Table
What
An daily view of total value locked by blockchain with metrics related to the to the previous day and last 90 days. This data is sourced from token terminalColumns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCKCHAIN | TEXT | Blockchain, Network, or Platform the transaction or event occurs on. |
| BLOCK_DATE | DATE | The date of the block timestamp of this transaction in UTC |
| CURRENT_TVL | FLOAT | CURRENT_TVL column |
| DAY_1_CHANGE | FLOAT | DAY_1_CHANGE column |
| PCT_CHANGE_1D | FLOAT | PCT_CHANGE_1D column |
| VOLATILITY_SCORE_90D | FLOAT | VOLATILITY_SCORE_90D column |
| MAX_DRAWDOWN_PCT_90D | FLOAT | MAX_DRAWDOWN_PCT_90D column |
| EZ_TVL_METRICS_DAILY_ID | TEXT | The unique identifier for each row in the table. |