freemartianTotal Weekly Fee USD
    Updated 2022-04-23
    SELECT sum (liq_fee_asset_usd + liq_fee_rune_usd) as fee_usd, date_trunc('week', block_timestamp) AS DATE
    FROM thorchain.swaps
    GROUP by DATE
    Run a query to Download Data