PapasotASA Dex Degens (swaps distribution)
    Updated 2023-01-03
    select
    swapper as Wallets,
    count(tx_group_id) as Swaps
    from algorand.swaps
    where block_timestamp >= '2022-01-01' AND
    swap_from_amount > 1
    group by Wallets
    order by Swaps desc
    Run a query to Download Data