flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
redux : eth : Top swapping from assets in terms of count - sushiswap
kiacrypto
redux : eth : Top swapping from assets in terms of count - sushiswap
Updated 2022-10-27
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
symbol_in
,
count
(
distinct
tx_hash
)
as
swap_count
from
ethereum
.
sushi
.
ez_swaps
where
block_timestamp
::
date
>=
current_date
-
{
{
interval
}
}
and
platform
=
'sushiswap'
group
by
1
order
by
2
desc
limit
10
Results
Run a query to Download Data