gholithe number of swaps per whale in 2022
    Updated 2022-04-20
    select count(*) as swap_count,swapper from algorand.swaps where swapper in (select address from algorand.account
    having balance > 50000)
    GROUP by swapper