gholiq1 - number of users
    Updated 2022-04-05
    select
    COUNT(DISTINCT swapper) ,
    SWAP_PROGRAM
    from algorand.swaps
    GROUP BY SWAP_PROGRAM






    Run a query to Download Data