flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
sushiswap
Pmisha-bmlMdx
sushiswap
Updated 2022-04-20
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
date_trunc
(
'day'
,
block_timestamp
)
as
dt
,
direction
,
sum
(
amount_usd
)
as
swap_volume_uni
from
ethereum
.
dex_swaps
where
platform
in
(
'sushiswap'
)
and
block_timestamp
>=
'2022-02-24'
and
block_timestamp
<=
CURRENT_DATE
-
3
group
by
1
,
2
Results
Run a query to Download Data