freemartianDEXs Users
    Updated 2022-07-07
    select
    count(distinct swapper) as User,
    swap_program
    from flipside_prod_db.algorand.swaps
    where block_timestamp between '2022-05-01' and '2022-07-01'
    group by swap_program
    Run a query to Download Data