sarathasa dex degans 3
    Updated 2022-03-24
    SELECT DISTINCT swap_from_asset_id, count(swapper) as swappers from algorand.swaps where swap_from_Amount is not NULL
    GROUP by 1


    ORDER by swappers DESC
    LIMIT 1000
    Run a query to Download Data