flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Untitled Query
Mostafa
Untitled Query
Updated 2023-09-05
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
sum
(
amount_out_usd
)
as
"Volume (USD)"
,
symbol_in
from
ethereum
.
core
.
ez_dex_swaps
where
token_out
=
'0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce'
and
amount_out_usd
is
not
null
and
symbol_in
is
not
null
group
by
2
order
by
1
desc
limit
40
Results
Run a query to Download Data