select
*
-- block_timestamp,
-- liquidity,
-- liquidity_adjusted
from ethereum.uniswapv3.ez_swaps
WHERE pool_address = LOWER('0xCBCdF9626bC03E24f779434178A73a0B4bad62eD') -- WBTC-ETH Pool
--block_timestamp = current_date -1
order by block_timestamp desc
limit 10