Eman-Raz107-Top 10 Swappers Based on Buying Volume
    Updated 2023-04-13
    Select trader, round(sum(to_amount)/pow(10,6)) as Buying_Volume
    from terra.core.ez_swaps
    where block_timestamp::date='2023-01-09' and to_currency='uluna'
    group by 1
    order by 2 desc
    limit 10
    Run a query to Download Data