get-prediction-markets
Use this skill when the user asks about crowd-priced probabilities: "what are the odds of X" for geopolitical events, elections, or economic outcomes. Returns active contracts with the current yes-price (0–1 ≈ implied probability), traded volume, and close date.
Authentication
Server-to-server callers (agents, scripts, SDKs) MUST present an API key in the X-WorldMonitor-Key header. Authorization: Bearer … is for MCP/OAuth or Clerk JWTs — not raw API keys.
X-WorldMonitor-Key: wm_0123456789abcdef0123456789abcdef01234567
Issue a key at https://www.worldmonitor.app/pro.
Endpoint
GET https://api.worldmonitor.app/api/prediction/v1/list-prediction-markets
Parameters
| Name | In | Required | Shape | Notes |
|---|---|---|---|---|
category | query | no | category filter | e.g. geopolitics, economics, elections. |
query | query | no | keyword filter | Free-text match on market titles. |
page_size / cursor | query | no | pagination | Response carries a pagination cursor. |
jmespath | query | no | JMESPath, ≤ 1024 chars | Server-side projection. |
Response shape
{
"markets": [
{
"id":…