KingTigerMafia-7mwRZbAlgorand Free Square - Most popular swap program?
    Updated 2022-06-30
    SELECT SWAP_PROGRAM as program,
    count(DISTINCT TX_GROUP_ID) as tx_count,
    count(DISTINCT SWAPPER) as wallet_count
    FROM flipside_prod_db.algorand.swaps
    GROUP by 1
    ORDER by 2 DESC
    Run a query to Download Data