mahdir007Untitled Query
Updated 2022-12-27
9
1
2
3
4
›
⌄
select AMOUNT0_USD, AMOUNT1_USD, BLOCK_TIMESTAMP, POOL_ADDRESS, TOKEN0_PRICE, TOKEN1_PRICE
from ethereum.uniswapv3.ez_swaps
where ethereum.uniswapv3.ez_swaps.POOL_ADDRESS = '0x5777d92f208679db4b9778590fa3cab3ac9e2168' and ethereum.uniswapv3.ez_swaps.BLOCK_TIMESTAMP <= '2022-11-18 12:21:22.000' and ethereum.uniswapv3.ez_swaps.BLOCK_TIMESTAMP >= '2022-08-23 03:52:30.000'
order by ethereum.uniswapv3.ez_swaps.BLOCK_TIMESTAMP
Run a query to Download Data