Tables
Daily HyperEVM gas fees and revenue cover closed UTC days and follow HyperEVM’s availability cutoff.
- Chain
One row per chain per day. Every table holds
timestamp, chain_id and one value column.| Table | Value column | What it holds |
|---|---|---|
metrics_chains.fees_daily | fees | Fees paid to the chain (gas / sequencer). |
metrics_chains.fees_supply_side_daily | fees_supply_side | Fees the chain does not retain (pass-throughs to builders / operators); fees = revenue + fees_supply_side. 0 where there are no pass-throughs, e.g. HyperEVM gas. |
metrics_chains.revenue_daily | revenue | Revenue retained by the chain (gas / sequencer fees net of pass-throughs; equals fees where there are none, e.g. HyperEVM). |
Sample queries
- One chain's series
- Monthly fees
- Fees by project
- Fee split
Each measure is its own table, so a row with both is a join on
chain_id and timestamp. Bound the day range on every side, or the unbounded side reads its whole table.