sarathFloor address 3
    Updated 2022-07-03
    SELECT date(creation_time) as date,pool_name,platform ,count(creation_tx ) as LP FROM ethereum.core.dim_dex_liquidity_pools where date>CURRENT_DATE-90 and
    token0='0xf59257e961883636290411c11ec5ae622d19455e' or token1='0xf59257e961883636290411c11ec5ae622d19455e'
    GROUP by 1,2,3
    limit 1000
    Run a query to Download Data