flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Thorchain number of swaps in over time
shadil
Thorchain number of swaps in over time
Updated 2022-09-04
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
select
count
(
*
)
as
swap_count
,
block_timestamp
::
date
as
date_time
from
flipside_prod_db
.
thorchain
.
swaps
where
rune_usd
is
not
null
and
from_amount_usd
!=
0
group
by
date_time
Results
Run a query to Download Data