amirozaALgo transfer per day
    Updated 2022-07-08
    select date(BLOCK_TIMESTAMP) date,sum(AMOUNT) total_algo
    from algorand.payment_transaction
    where date >= '2022-04-25'
    and ASSET_ID=0
    and AMOUNT is not null
    group by 1
    Run a query to Download Data