Sardius-0626Swaps by Platform - Arbitrum Dexs Jan. 2023 to Present
    Updated 2024-03-25
    SELECT COUNT(tx_hash) AS swaps,
    platform,
    DATE_TRUNC('month', block_timestamp) AS month
    FROM arbitrum.defi.ez_dex_swaps
    WHERE block_timestamp::DATE >= '2023-01-01'
    GROUP BY month, platform
    ORDER BY swaps
    QueryRunArchived: QueryRun has been archived