flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Swaps in Thorchain 3
adriaparcerisas
Swaps in Thorchain 3
Updated 2024-12-19
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
count
(
distinct
concat
(
from_asset
,
'-'
,
to_asset
)
)
as
pairs
,
count
(
distinct
(
tx_id
)
)
as
total_swaps
,
sum
(
to_amount_usd
)
as
total_volume
from
thorchain
.
defi
.
fact_swaps
where
block_timestamp
>=
'2024-01-01'
Results
QueryRunArchived: QueryRun has been archived