flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Orbs monthly swaps on DEX
adriaparcerisas
Orbs monthly swaps on DEX
Updated 2021-12-09
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
date_trunc
(
'month'
,
BLOCK_TIMESTAMP
)
as
date
,
sum
(
amount_usd
)
as
volume
from
ethereum
.
dex_swaps
where
token_address
=
lower
(
'0xff56cc6b1e6ded347aa0b7676c85ab0b3d08b0fa'
)
--and BLOCK_TIMESTAMP < '2021-12-01'
group
by
date
order
by
date
desc
Results
Run a query to Download Data