Ant-DAO-Mentselect * from ethereum.core.ez_dex_swaps - 30 DAYS
    Updated 2023-11-01
    SELECT *
    FROM ethereum.core.ez_dex_swaps
    WHERE block_timestamp > current_date - 30
    AND amount_in_usd is not null
    LIMIT 10



    Run a query to Download Data