trading-manifold

Interact with Manifold Markets REST API to search markets, place bets, and track positions.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill trading-manifold-nirholas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trading-manifold
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-cloddsbot/src/skills/bundled/trading-manifold
Command: npx skills add https://github.com/nirholas/agenti --skill trading-manifold-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This CLI skill enables programmatic interaction with Manifold Markets via the REST API, allowing you to search markets, inspect market data, place bets, and monitor your balance and positions without using the web UI.

Core Features & Use Cases

  • Search and discover markets: quickly find markets by keyword and view liquidity and volume.
  • Market details and trends: fetch market info including outcomes, liquidity, and end date.
  • Place bets securely: submit bets using your MANIFOLD_API_KEY via the REST API.
  • Track positions and balance: view recent bets, aggregate positions by contract, and monitor Mana balance.

Quick Start

Run the manifold CLI and begin by searching markets, then place a bet using your MANIFOLD_API_KEY.

Frequently Asked Questions about trading-manifold

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

FAQPage Schema
How do I place bets on Manifold Markets programmatically?

To trade Manifold Markets programmatically, use a CLI workflow to access market info and place bets via the REST API. It requires setting your MANIFOLD_API_KEY environment variable for secure authentication and handles errors gracefully.

Can I track my Mana balance and betting positions through an API?

Yes, you can query your Mana balance and track positions through the Manifold REST API. The CLI workflow fetches recent bets and aggregates your active positions by contract, allowing you to monitor your account programmatically.

How do I search and fetch market liquidity data for Manifold?

Search Manifold markets by keyword using the CLI to fetch real-time market data. It retrieves detailed market info including current outcomes, liquidity, volume, and the scheduled end date for each contract.

Do I need a web browser to interact with Manifold Markets?

No, a web browser is not required to interact with Manifold Markets. The CLI enables full programmatic interaction via the REST API to search markets, place bets, and monitor your balance directly from the terminal.

How is API authentication handled for Manifold betting automation?

Authentication for Manifold betting automation is handled securely through environment variables. You must set the MANIFOLD_API_KEY in your environment, which the CLI uses to authorize your REST API betting requests.