flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
distribution of the size of swaps
adambala
distribution of the size of swaps
Updated 2021-12-05
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
pool_name
as
title
,
date_trunc
(
'day'
,
block_timestamp
)
as
date
,
sum
(
to_amount_usd
)
as
swap_size
from
thorchain
.
swaps
where
block_timestamp
::
date
>
current_date
-
100
group
by
title
,
date
Results
Run a query to Download Data