Klymax402 Prediction Markets Odds API is a paid API for AI agents from klymax402.com, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-14).
Fetches current odds, probabilities, and market data from prediction markets like Polymarket and Kalshi by market ID or search query.
One MCP endpoint gives your AI agent access to 100 APIs -- crypto, DeFi, web, AI, finance and utilities. No API keys, USDC on Base from $0.003/call.
Returns a JSON object with the market ID, source platform (Polymarket or Kalshi), the market question text, a timestamp, 24-hour trading volume, the current probability of the outcome, and a breakdown of outcome prices.
GEThttps://klymax402.com/api/prediction-markets/api/oddsUse this endpoint when you need real-time prediction market probabilities from Polymarket or Kalshi without managing separate API keys for each platform. It is ideal for agents that need to quickly look up market odds by either a natural language search query or a known market ID, and want a unified response format covering both platforms.
| Field | Type | Description |
|---|---|---|
| query | string | Search query to find a market by question text (e.g. 'bitcoin 100k', 'trump election'). Used when marketId is not known. |
| marketId | string | Polymarket condition ID or Kalshi ticker. Use this if you already know the market ID. |
{
"type": "json",
"example": {
"id": "example",
"source": "example",
"question": "example",
"timestamp": "example",
"volume24h": 1,
"probability": 1,
"outcomePrices": {}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"