M

market-probability · Probability

by market-probability

POSTBase

$0.015

per call · USD Coin on Base

What does the market think? Ask any event question in plain English and get the implied probability from live Polymarket and Kalshi prediction markets: per-venue odds, a liquidity-weighted consensus forecast, and a cross-venue divergence flag.

Endpoint

POST https://x402.fenixfoundry.com/probability

4

Calls / 30d

2

Unique payers / 30d

Sep 5

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://x402.fenixfoundry.com/probability", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "maxMarkets": 4,
    "q": "Will the Fed cut rates before September 2026?"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://x402.fenixfoundry.com/probability" \
  -H "Content-Type: application/json" \
  -d '{"maxMarkets":4,"q":"Will the Fed cut rates before September 2026?"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "asOf": "2026-07-31T12:00:00.000Z",
  "attribution": "Implied probabilities and resolution status are derived from public Polymarket and Kalshi market data by x402.fenixfoundry.com. Not affiliated with, endorsed by, or a data feed of either venue. Informational only, not investment advice.",
  "confidence": 0.82,
  "divergence": 0.05,
  "markets": [
    {
      "closeTime": "2026-09-01T00:00:00.000Z",
      "id": "fed-rate-cut-september-2026",
      "liquidity": 412000,
      "matchScore": 0.91,
      "probability": 0.64,
      "question": "Will the Fed cut interest rates before September 2026?",
      "status": "open",
      "url": "https://polymarket.com/event/fed-rate-cut-september-2026",
      "venue": "polymarket",
      "volume": 1850000
    },
    {
      "closeTime": "2026-09-17T00:00:00.000Z",
      "id": "KXFEDDECISION-26SEP",
      "liquidity": 88000,
      "matchScore": 0.83,
      "probability": 0.59,
      "question": "Fed cuts rates at or before the September 2026 meeting",
      "status": "open",
      "url": "https://kalshi.com/markets/kxfeddecision-26sep",
      "venue": "kalshi",
      "volume": 240000
    }
  ],
  "probability": 0.6312,
  "query": "Will the Fed cut rates before September 2026?",
  "source": "index"
}

Payment details

Pay to0x737426d3ed53930b889b3f61774669a0fdf3be54
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Games & Fun and the homepage with a featured placement.

Get featured →

More from market-probability & similar services