Available Tables
Sui data is available in several tables:- ez_metrics: Main aggregated metrics for the Sui network
- ez_metrics_by_category_v2: Basic metrics (DAU, gas fees, transactions) broken down by transaction category
- ez_metrics_by_application_v2: Basic metrics (DAU, gas fees, transactions) broken down by application
- ez_metrics_by_subcategory: Basic metrics (DAU, gas fees, transactions) broken down by subcategory
- ez_metrics_by_contract_v2: Basic metrics (DAU, gas fees, transactions) broken down by contract
- ez_stablecoin_metrics_by_address_with_labels: Stablecoin metrics by address with labels
by_category, by_application, by_subcategory, and by_contract tables contain the same basic metrics (daily active users, gas fees, transaction counts) but broken down by different groupings based on transaction data.

