flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
Sushi swaps on ethereum
omer93
Sushi swaps on ethereum
Updated 2022-06-29
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
date_trunc
(
'day'
,
block_timestamp
)
as
daily
,
count
(
distinct
tx_hash
)
as
swapping_actions
,
sum
(
amount_in_usd
+
amount_out_usd
)
as
swapping_volume
from
ethereum
.
sushi
.
ez_swaps
where
block_timestamp
between
'2022-05-01'
and
'2022-05-31'
group
by
1
Results
Run a query to Download Data