flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
BECOME A PARTNER
flipside
Qualified Pools of uniswap & sushiswap (count)
ML6
Qualified Pools of uniswap & sushiswap (count)
Updated 2022-07-03
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
select
count
(
1
)
,
platform
from
(
select
sum
(
amount_in_usd
)
as
amount
,
pool_name
,
platform
from
ethereum
.
core
.
ez_dex_swaps
where
platform
=
'sushiswap'
or
platform
=
'uniswap-v2'
and
amount_in_usd
>
0
group
by
2
,
3
having
amount
>=
100000
)
group
by
2
Results
Run a query to Download Data