flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
2024-07-10 02:55 PM
D3 Team
2024-07-10 02:55 PM
Updated 2024-07-10
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
trunc
(
BLOCK_TIMESTAMP
,
'Day'
)
as
"Day"
,
sum
(
RUNE_AMOUNT_USD
)
as
"Volume(USD)"
,
avg
(
RUNE_AMOUNT_USD
)
as
"Avg Volume(USD)"
,
from
thorchain
.
core
.
fact_transfers
group
by
trunc
(
BLOCK_TIMESTAMP
,
'Day'
)
-- limit 100
Results
QueryRunArchived: QueryRun has been archived