amirozaswap count
    Updated 2022-06-09
    select date(BLOCK_TIMESTAMP ) date,count(*) swap_count,count(distinct swapper) swappers
    from flipside_prod_db.algorand.swaps
    where date>='2022-05-01'
    group by 1
    Run a query to Download Data