flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
most traded pairs uni
mondov
most traded pairs uni
Updated 2023-04-15
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
(
SYMBOL_IN
||
'-'
||
SYMBOL_OUT
)
as
pair
,
COUNT
(
*
)
AS
swap_count
FROM
optimism
.
core
.
ez_dex_swaps
WHERE
PLATFORM
=
'uniswap-v3'
GROUP
BY
SYMBOL_IN
,
SYMBOL_OUT
ORDER
BY
swap_count
DESC
LIMIT
10
;
Results
Run a query to Download Data