Features
Templates
Showcase
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
piotr
searchManifoldMarkets
Public
Fork
Like
2
Code
Pull Requests
Forks
1
References
Dependencies
1
Versions
v13
Back
Version 0
6/16/2023
9
1
2
3
4
5
6
async
function
searchManifoldMarkets
(
query
:
string
)
{
let
result
=
await
@
stevekrouse
.
fetchText
(
`
https://manifold.markets/api/v0/search
-markets?
${
query
}
`
,
)
;
return
result
;
}
Copy
Updated: October 23, 2023