flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
velo3
bachi
velo3
Updated 2022-11-16
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
date
(
block_timestamp
)
as
day
,
count
(
distinct
tx_hash
)
as
no_of_swaps
,
count
(
distinct
origin_from_address
)
as
no_of_swappers
,
sum
(
amount_out_usd
)
as
volume_usd
from
optimism
.
velodrome
.
ez_swaps
group
by
day
order
by
day
desc
Results
Run a query to Download Data