Sushiswap Bounties (New to the Menu)

    What are the 10 most recent assets (coins) supported by sushi?

    To get the 10 most recent assets (coins) supported by sushi, we first joined the two tables ethereum.dex_swaps and ethereum.token_prices_hourly_v2 on token_address, then selected the list of sushi swaps and group by the token address and symbol then order by the time. then selected 10 top symbols

    Loading...