flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Transaction distribution month wise
nits
Transaction distribution month wise
Updated 2022-02-22
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
month
(
block_timestamp
)
as
month
,
sum
(
amount_usd
)
as
total_swap_volume
,
count
(
*
)
as
total_instances
,
avg
(
amount_usd
)
as
avg_swap_volume
from
ethereum
.
dex_swaps
where
platform
=
'sushiswap'
GROUP
by
1
limit
100
Results
Run a query to Download Data