flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Average TVL per Month By Asset Type
Flipside Axelar Analysts
Average TVL per Month By Asset Type
Updated 2025-02-14
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
with
tab1
as
(
select
*
from
$
query
(
'18f5ac2e-015a-4c3f-ac51-2c6e088db2c2'
)
)
select
date_trunc
(
'month'
,
"Date"
)
as
"Month"
,
ROUND
(
avg
(
"TVL"
)
)
as
"Avg TVL"
,
"Asset Type"
from
tab1
group
by
1
,
3
order
by
1
Results
QueryRunArchived: QueryRun has been archived