farid-c9j0VMTotal amount of fees generated on Algorand
    Updated 2022-07-07
    select
    sum(fee) as total_fee
    from algorand.transactions
    where block_id >= 1
    Run a query to Download Data