flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Combined TVL
mucrypto
Combined TVL
Updated 2024-09-11
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
with
resps
as
(
select
defillama
.
get
(
'/protocols'
,
{
}
)
as
resp
)
select
value
:
category
as
category
,
sum
(
value
:
tvl
)
as
"COMBINED TVL"
from
resps
,
lateral
flatten
(
input
=>
resp
:
data
)
where
category
=
'CeDeFi'
group
by
1
Results
QueryRunArchived: QueryRun has been archived