0xquantive2023-11-14 07:04 AM
    Updated 2023-11-14
    SELECT
    *
    FROM
    ethereum.defi.ez_dex_swaps
    WHERE
    platform = 'curve'
    AND BLOCK_TIMESTAMP >= '2023-04-01 00:00:00'
    AND BLOCK_TIMESTAMP < '2023-10-01 00:00:00'
    LIMIT
    100;
    Run a query to Download Data