bachigamins tokens - sushi
Updated 2022-01-30
9
1
2
3
4
5
6
›
⌄
⌄
/*select Date(hour) as day, symbol, avg (price) from ethereum.token_prices_hourly where token_address in (
select distinct token_address from ethereum.dex_swaps where platform = 'sushiswap') group by day, symbol*/
select distinct symbol from ethereum.token_prices_hourly where token_address in (
select distinct token_address from ethereum.dex_swaps where platform = 'sushiswap')
Run a query to Download Data