flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
BECOME A PARTNER
flipside
Total Daily Volume of Token per Dex (Amount in)
hess
Total Daily Volume of Token per Dex (Amount in)
Updated 2022-06-22
Copy Reference
Fork
9
1
2
3
4
›
⌄
select
date
(
block_timestamp
)
as
date
,
platform
,
sum
(
amount_in
)
as
total_in
from
ethereum
.
core
.
ez_dex_swaps
where
token_in
=
lower
(
'0x2e9d63788249371f1DFC918a52f8d799F4a38C94'
)
and
block_timestamp
::
date
>=
'2022-01-01'
group
by
1
,
2
Results
Run a query to Download Data