alphagammavega2022-12-16 09:07 AM copy
    Updated 2022-12-16
    SELECT * from ethereum.uniswapv3.ez_swaps
    where BLOCK_TIMESTAMP BETWEEN '2022-10-03 00:00:00.000' and '2022-10-04 00:00:00.000'
    and ABS(AMOUNT0_USD)>1000 ORDER BY BLOCK_TIMESTAMP
    limit
    1000
    Run a query to Download Data