maybeyonasalgo_fees_generated
    Updated 2022-07-06
    select
    sum(fee) as algo_fees,
    count(distinct tx_id) as txs
    from algorand.transactions
    where block_timestamp >= '2022-01-01'
    limit 100
    Run a query to Download Data