Aryantop 10 most popular to swap to from gALGO3
    Updated 2022-04-30
    select count(*) as swaps_count, swap_from_asset_id from algorand.swaps
    where swap_to_asset_id = 694432641 group by swap_from_asset_id order by swaps_count desc limit 10
    Run a query to Download Data