Back to APIs list

Manifold Market API examples & templates

Use these vals as a playground to view and fork Manifold Market API examples and templates on Val Town. Run any example below or find templates that can be used as a pre-built solution.
piotr avatar
searchManifoldMarkets
@piotr
Script
An interactive, runnable TypeScript val by piotr
case avatar
manifold_daily_loan_collector
@case
Cron
Runs daily to collect your Manifold loan! Instructions: Fork this Val. Get your Manifold API key from your profile . Add manifoldApiKey with your key to the Val Environment Variables . Hit run! It will run daily to collect your loans.
jackc avatar
manifold_daily_loan_collector
@jackc
Cron
Runs daily to collect your Manifold loan! Instructions: Fork this Val. Get your Manifold API key from your profile . Add manifoldApiKey with your key to the Val Environment Variables . Hit run! It will run daily to collect your loans.
case avatar
market_kelly_bet
@case
HTTP
// Copied from https://github.com/Will-Howard/manifolio/blob/master/manifolio-ui/lib/calculate.ts
stevekrouse avatar
dateMeDocs
@stevekrouse
Script
An interactive, runnable TypeScript val by stevekrouse
sourishkrout avatar
getMktpTotals
@sourishkrout
Script
An interactive, runnable TypeScript val by sourishkrout
dharmatech avatar
rrp
@dharmatech
Script
An interactive, runnable TypeScript val by dharmatech
sunkid avatar
webhook2
@sunkid
Script
An interactive, runnable TypeScript val by sunkid
matthiasraimann avatar
getSteamCommunityPrice
@matthiasraimann
HTTP
An interactive, runnable TypeScript val by matthiasraimann
park avatar
btc
@park
HTTP
@jsxImportSource https://esm.sh/react
Glench avatar
wholeFoodsRSS
@Glench
Express
"regularPrice": 5.69, "salePrice": 4.19, "incrementalSalePrice": 3.77, "saleStartDate": "2023-03-01T00:00:00Z", "saleEndDate": "2023-04-04T23:59:59Z", "name": "Fairtrade Baby Hemp Unscented Soap Bar, 5 oz", "slug": "dr-bronners-fairtrade-baby-hemp-unscented-soap-bar-5-oz-b008588sm6", "brand": "Dr. Bronner's", "imageThumbnail": "https://m.media-amazon.com/images/S/assets.wholefoodsmarket.com/PIE/product/6351e34e671f8460db2d6d4b_0018787782057-glamor-front-2022-09-20t17-55-13-iphone-x-quality-90-1-32-2-user-5984ad42a967f880524de2c4-hoqo-666183.jpg", "store": 10091, "isLocal": false
sunkid avatar
hnFollowPollJob
@sunkid
Script
An interactive, runnable TypeScript val by sunkid
alexandre avatar
getAaveV2Liquidations
@alexandre
Script
An interactive, runnable TypeScript val by alexandre
xuybin avatar
vscode
@xuybin
HTTP
VS Code running from val.town ! Yep you can run it from the vscode extension .
ghsaboias avatar
crypto_prices_info
@ghsaboias
Cron
An interactive, runnable TypeScript val by ghsaboias
horatiothomas avatar
dot_com
@horatiothomas
HTTP
stevekrouse.com - my personal website This val hosts my personal website. The view data is stored in Val Town SQLite - @std/sqlite. It used to live on Github Pages, which is why I proxy over requests to certain blog posts over to the Github Pages site still. Todos [ ] Speed up page load by loading sqlite data later like in @healeycodes/steve_web [ ] Store more (legally storable) analytics data, and maybe make a sparkline! [ ] Add some sort of way to contact me [ ] Move over all my blog posts from Github Pages (maybe into @std/blob as a CMS?)