Access real-time prediction market data via x402 micropayments. Powered by Predexon.
Unified access to Polymarket, Kalshi, Binance, Limitless, Opinion and Predict.Fun, plus UMA Oracle resolution data and on-chain wallet identity & clustering — all through a single API.
Mirrors the Predexon v2 Data API (docs.predexon.com/openapi-v2.json) — read-only market data. To move funds, see the Polymarket Funding API (gasless, non-custodial deposit). Predexon's separate order-placement Trading API is not exposed.
UMA Oracle — Polymarket Resolution (Tier 1: $0.0085)
Endpoint
Method
Description
/api/v1/pm/polymarket/uma/markets
GET
List UMA oracle questions filtered by state (proposed, disputed, resolved, …)
/api/v1/pm/polymarket/uma/market/{condition_id}
GET
Current UMA oracle status and event timeline for a single market
Wallet Identity & Clustering (Tier 2: $0.0085)
Cross-context wallet labels and on-chain relationship graph data.
Endpoint
Method
Description
/api/v1/pm/polymarket/wallet/identity/{wallet}
GET
Identity and profile metadata for a single wallet address
/api/v1/pm/polymarket/wallet/identities
POST
Bulk identity lookup — body {"addresses":[...]} (up to 200 addresses)
/api/v1/pm/polymarket/wallet/{address}/cluster
GET
Wallets connected to a seed address via on-chain transfers and identity proofs
Kalshi (Tier 1: $0.0085)
Endpoint
Method
Description
/api/v1/pm/kalshi/markets
GET
Query markets with filtering, sorting, and pagination
/api/v1/pm/kalshi/trades
GET
Fetch historical trade data
/api/v1/pm/kalshi/orderbooks
GET
Fetch historical orderbook snapshots
Binance (Tier 2: $0.0085)
Endpoint
Method
Description
/api/v1/pm/binance/candles/{symbol}
GET
OHLCV candlestick data (BTCUSDT, ETHUSDT, SOLUSDT, XRPUSDT)
/api/v1/pm/binance/ticks/{symbol}
GET
Raw book ticker data at microsecond granularity
Cross-Platform Search (Tier 2: $0.0085)
Endpoint
Method
Description
/api/v1/pm/markets/search
GET
Search markets across Polymarket, Kalshi, Limitless, Opinion, and Predict.Fun in a single call
Retired 2026-07-20. Predexon discontinued market matching, and the whole
canonical layer went with it: matching-markets, matching-markets/pairs,
markets, markets/listings and outcomes/{predexon_id} all return 410.
markets/search above is the surviving cross-venue endpoint.
Sports Markets — temporarily unavailable
/api/v1/pm/sports/* is returning an upstream 500 as of 2026-08-04 and is
withheld from discovery until Predexon restores it. The routes still resolve, so
existing integrations keep working the moment upstream recovers; new ones should
not build on it yet.
Other Platforms (Tier 1: $0.0085)
Endpoint
Method
Description
/api/v1/pm/limitless/markets
GET
List Limitless markets with filtering and sorting
/api/v1/pm/limitless/orderbooks
GET
Historical orderbook snapshots for Limitless
/api/v1/pm/opinion/markets
GET
List Opinion markets with filtering and sorting
/api/v1/pm/opinion/orderbooks
GET
Historical orderbook snapshots for Opinion
/api/v1/pm/predictfun/markets
GET
List Predict.Fun markets with filtering and sorting
/api/v1/pm/predictfun/orderbooks
GET
Historical orderbook snapshots for Predict.Fun
Example: Polymarket Markets
GET https://blockrun.ai/api/v1/pm/polymarket/markets