flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
ethereum dexes covered
theericstone
ethereum dexes covered
Updated 2023-03-24
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
SELECT
platform
,
count
(
distinct
(
pool_name
)
)
as
n_pools
,
count
(
1
)
as
n_swaps
FROM
ETHEREUM
.
CORE
.
EZ_DEX_SWAPS
WHERE
BLOCK_TIMESTAMP
>=
'{{start_date}}'
AND
block_timestamp
<=
'{{end_date}}'
GROUP
BY
platform
ORDER
BY
n_swaps
DESC
;
Results
Run a query to Download Data