nitsRecent Pools
    Updated 2022-04-11
    SELECT * from ethereum.dex_liquidity_pools
    where platform = 'sushiswap' and creation_time is not NULL
    ORDER by creation_time desc
    LIMIT 10
    Run a query to Download Data