flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
top dexs ethereum
Sbhn_NP
top dexs ethereum
Updated 2023-03-11
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
DISTINCT
platform
,
count
(
DISTINCT
tx_hash
)
as
swaps
,
count
(
DISTINCT
origin_from_address
)
as
swappers
,
sum
(
amount_out_usd
)
as
usd_volume
from
ethereum
.
core
.
ez_dex_swaps
where
block_timestamp
::
date
>=
'2022-06-01'
group
by
1
order
by
2
DESC
Results
Run a query to Download Data