elsina✅ fees: Daily Average of Transaction Fees ($AVAX)
    Updated 2023-05-08
    select
    date(block_timestamp) as "Day",
    avg(tx_fee) as "Fee"
    from avalanche.core.fact_transactions
    where "Day" < current_date
    group by 1
    Run a query to Download Data