DataBeingMost Fees Paid On Algorand
    Updated 2022-07-07
    SELECT sum(fee) as total_fees, count(tx_id) as number_of_transactions, sender
    FROM flipside_prod_db.algorand.transactions
    GROUP BY 3
    HAVING Total_fees is not null
    ORDER BY 1 DESC
    LIMIT 20

    Run a query to Download Data