NuveveCryptoArchivedNEAR Top 10 Most Bought Tokens
    Updated 2023-03-15
    select
    token_out,
    count(distinct tx_hash) as swap_count
    from near.core.ez_dex_swaps
    group by token_out
    order by swap_count desc
    limit 10

    Run a query to Download Data