rajsNear Swaps
    Updated 2022-11-04
    SELECT
    trader,
    count(distinct tx_hash) as no_of_swaps
    from near.core.ez_dex_swaps
    group by 1
    order by 2 desc
    Run a query to Download Data