Available Tables
Apex data is available in two main tables:- ez_metrics: Main aggregated metrics for the Apex Protocol across all supported chains
- ez_metrics_by_chain: Chain-specific perpetual trading metrics broken down by individual blockchain
Table Schema
Perpetual Trading Metrics
Table Name | Column Name | Description |
---|---|---|
ez_metrics | perp_volume | The total trading volume on the perpetuals exchange |
ez_metrics | trading_volume | Same as perp_volume (legacy naming) |
ez_metrics | app | Always ‘apex’ for consistency |
ez_metrics | category | Always ‘DeFi’ for consistency |
Chain-Specific Trading Metrics
Table Name | Column Name | Description |
---|---|---|
ez_metrics_by_chain | perp_volume | Perpetual trading volume on the specific chain |
ez_metrics_by_chain | trading_volume | Same as perp_volume (legacy naming) |
ez_metrics_by_chain | chain | The blockchain identifier |
ez_metrics_by_chain | app | Always ‘apex’ for consistency |
ez_metrics_by_chain | category | Always ‘DeFi’ for consistency |
Market and Token Metrics
Table Name | Column Name | Description |
---|---|---|
ez_metrics | price | The price of APEX token in USD |
ez_metrics | market_cap | The market cap of APEX token in USD |
ez_metrics | fdmc | The fully diluted market cap of APEX token in USD |
ez_metrics | token_volume | The trading volume of APEX token in USD |
ez_metrics | token_turnover_circulating | The turnover of APEX token based on circulating supply |
ez_metrics | token_turnover_fdv | The turnover of APEX token based on fully diluted supply |