shadilTotal volume of Thorchain swaps in $RUNE
    Updated 2022-09-04
    select sum(from_amount_usd/rune_usd) as total_volume
    from flipside_prod_db.thorchain.swaps
    where rune_usd is not null
    and from_amount_usd != 0
    Run a query to Download Data