simscryptTop dex swaps
    Updated 2024-08-23
    SELECT MAX (amount_in_usd), origin_from_address
    FROM polygon.defi.ez_dex_swaps
    WHERE date (block_timestamp) >= '2024-08-01'
    AND amount_in_usd IS NOT NULL
    GROUP BY origin_from_address
    ORDER BY SUM (amount_in_usd) DESC
    LIMIT 10
    QueryRunArchived: QueryRun has been archived