flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
BECOME A PARTNER
flipside
Thor swaps Blockchain
mhm
Thor swaps Blockchain
Updated 2022-06-01
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
block_timestamp
::
date
as
date
,
blockchain
,
sum
(
to_amount
)
,
sum
(
to_amount_usd
)
from
flipside_prod_db
.
thorchain
.
swaps
where
to_asset
=
'THOR.RUNE'
and
block_timestamp
::
date
>=
'2022-04-04'
and
block_timestamp
::
date
<
CURRENT_DATE
group
by
1
,
2
Results
Run a query to Download Data