Available Tables
ALEX data is available in two main tables:- ez_metrics: Main aggregated metrics for the ALEX Protocol including TVL and market data
- ez_metrics_by_chain: Chain-specific metrics (currently focused on Stacks blockchain)
Table Schema
Protocol Liquidity Metrics
Table Name | Column Name | Description |
---|---|---|
ez_metrics | tvl | The total value locked in ALEX protocol |
ez_metrics | source | Data source identifier (always ‘Defillama’) |
Chain-Specific Metrics
Table Name | Column Name | Description |
---|---|---|
ez_metrics_by_chain | tvl | Total value locked on the specific chain |
ez_metrics_by_chain | chain | The blockchain (currently ‘stacks’) |
ez_metrics_by_chain | source | Data source identifier (always ‘Defillama’) |
Market and Token Metrics
Table Name | Column Name | Description |
---|---|---|
ez_metrics | price | The price of ALEX token in USD |
ez_metrics | market_cap | The market cap of ALEX token in USD |
ez_metrics | fdmc | The fully diluted market cap of ALEX token in USD |
ez_metrics | token_volume | The trading volume of ALEX token in USD |
ez_metrics | token_turnover_circulating | The turnover of ALEX token based on circulating supply |
ez_metrics | token_turnover_fdv | The turnover of ALEX token based on fully diluted supply |