mariyaTop 10 assets swpped to $THOR by volume in USD
    Updated 2022-05-31
    select
    FROM_ASSET,
    sum(FROM_AMOUNT_USD) as sum_from_AMOUNT ,
    count (DISTINCT tx_id) as num_swaps
    from flipside_prod_db.thorchain.swaps
    where BLOCK_TIMESTAMP::date >='2022-04-27'
    and to_asset ='THOR.RUNE'
    group by 1
    Run a query to Download Data