flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Total volume of swap transactions in USD
shadil
Total volume of swap transactions in USD
Updated 2022-08-16
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
select
count
(
distinct
block_number
)
as
total_transactions
,
round
(
sum
(
amount_in_usd
)
,
0
)
as
total_volume
,
date_trunc
(
'day'
,
block_timestamp
)
as
date_time
from
optimism
.
velodrome
.
ez_swaps
group
by
date_time
Results
Run a query to Download Data