flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
Untitled Query
yasmin-n-d-r-h
Untitled Query
Updated 2022-08-14
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
pool_name
,
sum
(
amount_in_usd
)
as
volume_swap
,
count
(
distinct
tx_hash
)
as
number_swap
from
optimism
.
velodrome
.
ez_swaps
group
by
pool_name
order
by
number_swap
,
volume_swap
desc
limit
10
Results
Run a query to Download Data