feyikemiArbitrum Monthly Volume
    Updated 2024-04-19
    SELECT
    Date_trunc('Month', BLOCK_TIMESTAMP) as Date,
    SUM(AMOUNT_IN_USD) AS Total_Volume

    FROM arbitrum.defi.ez_dex_swaps

    --WHERE Date < Current_date

    GROUP BY Date

    ORDER BY Date DESC
    QueryRunArchived: QueryRun has been archived