drone-mostafaUntitled Query
    Updated 2022-07-08
    select sender as users, count(tx_id) as txn ,sum(fee) as fees
    from algorand.transactions
    WHERE fee is not null and date_trunc('day', block_timestamp) >= '2022-01-01' group by users order by 2 desc limit 10



    Run a query to Download Data