boomer77doge easyyy
    Updated 2022-01-23
    select date(block_timestamp) as dt, from_asset, count(tx_id) as tx_count, count(from_address) as address_count, sum(from_amount_usd) as volume
    from thorchain.swaps
    where pool_name = 'DOGE.DOGE' and from_asset in ('DOGE.DOGE', 'THOR.RUNE')
    group by 1,2
    limit 1000
    Run a query to Download Data