fantaFees of Algorand since 2022
    Updated 2022-07-06
    select sum(fee) , date_trunc('day', block_timestamp) as tdate
    from algorand.transactions
    where date_trunc('day', block_timestamp) >= '2022-01-01'
    group by tdate
    Run a query to Download Data