flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Velodrome: all-time values
Nat
Velodrome: all-time values
Updated 2023-04-13
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
count
(
distinct
tx_hash
)
as
swap_transactions
,
count
(
distinct
origin_from_address
)
as
unique_users
,
sum
(
amount_in_usd
)
as
volume_in_usd
,
sum
(
amount_out_usd
)
as
volume_out_usd
,
sum
(
lp_fee_usd
)
as
fees_usd
from
optimism
.
velodrome
.
ez_swaps
Results
Run a query to Download Data