Updated 2022-12-05
    select count(distinct SWAPPER),ADDRESS_NAME from solana.core.fact_swaps inner join solana.core.dim_labels
    on ADDRESS=SWAP_TO_MINT
    where swap_program='jupiter aggregator v2' and SUCCEEDED='TRUE'
    group by 2
    order by 1 DESC
    limit 10
    Run a query to Download Data