flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
Qualified Pools of uniswap & sushiswap
ML6
Qualified Pools of uniswap & sushiswap
Updated 2022-07-03
Copy Reference
Fork
9
1
2
3
4
›
⌄
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
Results
Run a query to Download Data