flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Polygon Top 5 Pools on Sushiswap by Number of Swappers
Sbhn_NP
Polygon Top 5 Pools on Sushiswap by Number of Swappers
Updated 2022-10-16
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
pool_name
,
count
(
distinct
tx_hash
)
as
TX_Count
,
count
(
distinct
origin_froM_address
)
as
Swappers_Count
,
sum
(
amount_in_usd
)
as
Volume
from
polygon
.
sushi
.
ez_swaps
where
block_timestamp
>=
'2022-06-01'
group
by
1
order
by
3
DESC
limit
5
Results
Run a query to Download Data