prediction-markets

Solid

Use when user asks about event probabilities, prediction market odds, what people are betting on, Polymarket or Kalshi prices, sports markets, wallet identity / clustering, or wants to find markets on a specific topic (elections, crypto, sports, macro events). Predexon v2 endpoints (canonical cross-venue markets, sports, wallet identity, keyset pagination) live in production as of 2026-05.

AI & Automation 465 stars 50 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Prediction Markets Real-time prediction market data via BlockRun (powered by Predexon v2). Covers canonical cross-venue markets, Polymarket, Kalshi, Limitless, Opinion, Predict.Fun, dFlow, sports, and Binance Futures. ## Quick Decision Table | User wants... | Method | Path | Cost | |--------------|--------|------|------| | **Canonical cross-venue markets** | `client.pm(path)` | `"markets"` | $0.001 | | **Venue-native flattened listings** | `client.pm(path)` | `"markets/listings"` | $0.001 | | **Resolve canonical outcome ID** | `client.pm(path)` | `"outcomes/{predexon_id}"` | $0.001 | | **Search across all venues** | `client.pm(path, q=...)` | `"markets/search"` | $0.005 | | Active Polymarket events | `client.pm(path)` | `"polymarket/events"` | $0.001 | | Polymarket events (keyset paginated) | `client.pm(path, pagination_key=...)` | `"polymarket/events/keyset"` | $0.001 | | Polymarket markets (keyset paginated) | `client.pm(path, pagination_key=...)` | `"polymarket/markets/keyset"` | $0.001 | | Specific Kalshi market | `client.pm(path)` | `"kalshi/markets/TICKER"` | $0.001 | | **Sports categories** | `client.pm(path)` | `"sports/categories"` | $0.001 | | **Sports markets (by league/sport)** | `client.pm(path, league=...)` | `"sports/markets"` | $0.001 | | **Wallet identity (single)** | `client.pm(path)` | `"polymarket/wallet/identity/{wallet}"` | $0.005 | | **Wallet identity (bulk, up to 200)** | `client.pm_query(path, body)` | `"polymarket/wallet/identities"` | $0.005 | ...

Details

Author
BlockRunAI
Repository
BlockRunAI/blockrun-mcp
Created
5 months ago
Last Updated
2 days ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category