Crazy_KidStandardized Swap Volume
    Updated 2022-05-17
    SELECT DATE_TRUNC('month', block_timestamp) as month, from_asset, sum(from_amount) as swap_volume
    FROM flipside_prod_db.thorchain.swaps
    GROUP BY month, from_asset
    Run a query to Download Data