manifold-markets

Create, trade, and resolve prediction markets via the Manifold Markets REST API.

3|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/readtheskill/readtheskill --skill manifold-markets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manifold-markets
Source: https://github.com/readtheskill/readtheskill/tree/main/public/skills/manifold-markets
Command: npx skills add https://github.com/readtheskill/readtheskill --skill manifold-markets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides direct API access to create, discover, trade, and resolve prediction markets without manual web interactions, enabling automation and data-driven workflows.

Core Features & Use Cases

  • Market Creation: Create new prediction markets with titles, outcome options, and funding parameters via the REST API.
  • Trading & Resolution: Place bets, monitor market state, and resolve markets programmatically.
  • Discovery & Data: Search markets, fetch market metadata and trade history for analytics and integrations.
  • Use Case: Automate posting markets for event forecasting, aggregate market data for analytics dashboards, or programmatically resolve and reward outcomes.

Quick Start

Create a new prediction market on Manifold Markets with a clear title, outcome options, and initial funding using the platform API.

Frequently Asked Questions about manifold-markets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I programmatically create prediction markets on Manifold?

You can programmatically create prediction markets by calling the Manifold Markets REST API endpoints with a JSON payload containing the market title, outcome options, and funding parameters.

Can I automate placing bets and resolving markets via the Manifold API?

Yes, you can automate placing bets and resolving markets by making REST API calls that handle authentication, submit bet payloads, and manage market state transitions for programmatic trading workflows.

How do I fetch market state and trade history for prediction market analytics?

Fetch market state and trade history by querying the Manifold Markets public REST API endpoints, which return JSON data for analytics dashboards and marketplace integrations.

Does the Manifold Markets API require authentication for trading automation?

Yes, the Manifold Markets REST API requires authentication when placing bets, creating markets, or resolving outcomes to ensure secure and reliable handling of automated trading workflows.

How should I handle error responses when trading prediction markets via REST API?

Handle error responses when trading prediction markets by implementing reliable JSON payload parsing and error handling logic around your REST API calls to manage failed market resolutions or rejected bets.