flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Number of protocols 2024-07-12 08:21 PM
mucrypto
Number of protocols 2024-07-12 08:21 PM
Updated 2024-07-24
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
,
count
(
value
:
name
)
as
"NUMBER OF PROTOCOLS"
from
resps
,
lateral
flatten
(
input
=>
resp
:
data
)
group
by
1
having
category
=
'Prediction Market'
Results
QueryRunArchived: QueryRun has been archived