Prediction markets API for autonomous agents. Search Kalshi events, retrieve market details, get price history, and list trades. Event-based contracts with YES/NO pricing in cents (0-100) representing implied probability. Covers politics, economics, sports, weather, and more.
{
"api": {
"name": "Moon IQ Prediction Markets",
"slug": "moon-iq-prediction-markets",
"version": "1.0.0",
"base_url": "https://moon-iq.com/api",
"description": "Prediction markets API for autonomous agents. Search Kalshi events, retrieve market details, get price history, and list trades. Event-based contracts with YES/NO pricing in cents (0-100) representing implied probability. Covers politics, economics, sports, weather, and more.",
"documentation_url": "https://moon-iq.com/agents"
},
"auth": {
"type": "bearer"
},
"cost": {
"model": "freemium",
"currency": "USD",
"per_call": 0.002,
"pricing_url": "https://moon-iq.com/agents",
"free_tier_calls": 300
},
"pricing": {
"model": "freemium"
},
"scoring": {
"liveness": "operational",
"uptime_30d": 99.8,
"avg_response_ms": 70,
"health_check_url": "https://moon-iq.com/api/health"
},
"metadata": {
"category": {
"name": "Payments & Finance",
"slug": "payments-finance"
},
"provider": {
"id": "9d025f15-8198-42f8-8834-3d6107d8daba",
"name": "Moon IQ"
},
"generated_at": "2026-02-17T22:50:50.290Z",
"published_at": "2026-02-17T22:50:50.290Z"
},
"endpoints": [
{
"path": "/kalshi/events/search",
"method": "GET",
"summary": "Search prediction events",
"description": "Search Kalshi events by keyword or category.",
"response_schema": null,
"request_body_schema": null
},
{
"path": "/kalshi/events/{id}",
"method": "GET",
"summary": "Get event details",
"description": "Full event details with associated markets.",
"response_schema": null,
"request_body_schema": null
},
{
"path": "/kalshi/markets/{id}",
"method": "GET",
"summary": "Get market details",
"description": "YES/NO pricing, volume, open interest.",
"response_schema": null,
"request_body_schema": null
},
{
"path": "/kalshi/events/{id}/price-history",
"method": "GET",
"summary": "Get price history",
"description": "Historical pricing for probability tracking.",
"response_schema": null,
"request_body_schema": null
},
{
"path": "/kalshi/trades",
"method": "GET",
"summary": "List recent trades",
"description": "Recent trade activity on Kalshi markets.",
"response_schema": null,
"request_body_schema": null
}
],
"rate_limits": {
"requests": 60,
"window_seconds": 60
},
"capabilities": [
"prediction-markets",
"kalshi",
"trading",
"real-time",
"probability",
"events"
],
"shipyard_version": "2.0"
}60 req / 60s
curl /api/v1/registry/moon-iq-prediction-markets