sakineh5021-nIQRzBNew to the Menu
    Updated 2022-04-11
    SELECT cast(CREATION_TIMe as date) as daily , pool_name
    from ethereum.dex_liquidity_pools
    where platform = 'sushiswap'
    and daily is not null
    order by daily DESC
    limit 100
    Run a query to Download Data