boomer77swap combo volume
    Updated 2021-11-10
    select concat(from_asset,'-',to_asset) as pair, count(distinct tx_id) as swaps_count, sum(to_amount_usd) as Volume
    from thorchain.swaps
    group by 1
    order by 3 desc
    Run a query to Download Data