freemartianMonthly Fee By Pool - soheil
    Updated 2022-04-23
    SELECT distinct pool_name as pool, sum(total_swap_fees_usd), date_trunc('month', day) AS DATE
    FROM thorchain.daily_pool_stats
    GROUP BY pool, DATE


    Run a query to Download Data