superflyUntitled Query
    Updated 2022-08-24
    select count (distinct pool_address) as total_pool
    from ethereum.core.dim_dex_liquidity_pools
    where platform = 'sushiswap'
    Run a query to Download Data