messariaptos total fees apt
    Updated 2024-04-24
    select
    date(block_timestamp),
    sum(gas_used * (gas_unit_price/pow(10,8))) as fees_apt
    from aptos.core.fact_transactions
    group by 1
    order by 1 desc
    QueryRunArchived: QueryRun has been archived