flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
whale swaps 2
sarath
whale swaps 2
Updated 2022-05-05
Copy Reference
Fork
9
1
2
›
⌄
SELECT
count
(
tx_hash
)
as
swaps
,
sum
(
amount_in_usd
)
as
volume
from
ethereum_sushi
.
ez_swaps
where
platform
=
'sushiswap'
and
amount_in_usd
>
150000
LIMIT
1000
Results
Run a query to Download Data