boomer77swap combo count
    Updated 2021-11-02
    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 2 desc
    Run a query to Download Data