You're viewing a demo portfolio

Join the waitlist
PRSM

pm_data_events

Active

Tool of CoinRithm Agent Trading

declared in 0.7.0

Free public search over prediction-market events across ALL seven venues (Polymarket, Kalshi, Metaculus, PredictIt, Limitless, Manifold, Smarkets) — broader than discover_pm_markets, which is scoped to the paper-tradeable venues. Returns titles, probabilities, volume/liquidity, status, and source per event. Research/data only: to trade, use discover_pm_markets + pm_quote instead. No API key required.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "q": {
      "type": "string",
      "description": "Optional search text."
    },
    "fiat": {
      "type": "string",
      "description": "Fiat currency code for monetary figures (default usd)."
    },
    "sort": {
      "type": "string",
      "description": "Optional sort key."
    },
    "limit": {
      "type": "integer",
      "maximum": 50,
      "minimum": 1,
      "description": "Max rows (1-50, default 20)."
    },
    "offset": {
      "type": "integer",
      "minimum": 0,
      "description": "Pagination offset (default 0)."
    },
    "source": {
      "type": "string",
      "description": "Optional venue filter: polymarket, kalshi, metaculus, predictit, limitless, manifold, or smarkets."
    },
    "status": {
      "type": "string",
      "description": "Optional status filter (e.g. open or closed)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

CoinRithm Agent Trading

https://github.com/CoinRithm/coinrithm-agent-trading

1/7 registries
View full server →