flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Large swaps
shawnedwards
Large swaps
Updated 2022-05-10
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
date_trunc
(
'month'
,
block_timestamp
)
as
month
,
count
(
distinct
tx_hash
)
as
monthly_swap
,
sum
(
amount_in_usd
)
as
monthly_swap_amount
from
ethereum_sushi
.
ez_swaps
where
amount_in_usd
>
{
{
only_swap_bigger_than
}
}
group
by
1
Results
Run a query to Download Data