← Data Hub

Real-Time Prediction Market Data

Live prediction market state via API, RSS, and CLI. Updated every 15 minutes.

World State Endpoint

Single endpoint returning the entire prediction market world state in ~800 tokens. Designed for AI agents that need compact, real-time context.

GET https://simplefunctions.dev/api/agent/world

# Returns structured summary:
# - Top movers (24h)
# - Category breakdown
# - Key thresholds crossed
# - Updated every 15 minutes
# - No auth required

RSS Feeds

Topic-specific Atom feeds for prediction market changes. 10 topic feeds + 4 special feeds.

CLI (Real-Time)

npm i -g @spfunctions/cli

sf world          # Current state
sf screen --iy 200 --tau 30  # High-yield, short-dated
sf market KXFED-26JUN18     # Single market detail

MCP Server (for AI Agents)

Connect AI agents directly to live prediction market data via Model Context Protocol.

MCP integration guide →