flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Swap Volume Times Multiplier
nsa2000
Swap Volume Times Multiplier
Updated 2022-10-05
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
date_trunc
(
'week'
,
block_timestamp
)
as
week
,
sum
(
FROM_AMOUNT_USD
)
*
{
{
percent_of_current_volume
}
}
/
100
as
volume
,
sum
(
LIQ_FEE_RUNE_USD
)
*
{
{
percent_of_current_volume
}
}
/
100
as
fee_volume
FROM
flipside_prod_db
.
thorchain
.
swaps
GROUP
BY
1
Results
Run a query to Download Data