mhmThor swaps Blockchain
    Updated 2022-06-01
    select block_timestamp::date as date, blockchain, sum(to_amount), sum(to_amount_usd)
    from flipside_prod_db.thorchain.swaps
    where to_asset = 'THOR.RUNE'
    and block_timestamp::date >= '2022-04-04' and block_timestamp::date < CURRENT_DATE
    group by 1,2

    Run a query to Download Data