vahid-2jsEEN# of wallets swapping on DEXs
    Updated 2022-05-18
    select count(distinct swapper), block_timestamp::date,SWAP_PROGRAM from algorand.swaps
    where block_timestamp::date >= '2022-04-01' and SWAP_PROGRAM in( 'tinyman','algofi','pactfi')
    group by 2,3
    Run a query to Download Data