Polymarket Pulse API
Polymarket Intelligence API turns raw prediction market data into actionable trading signals. Built on top of the Polymarket Gamma API, it layers a full rule-based intelligence engine that computes momentum, expected value, volatility, and opportunity signals — so you can build trading tools, research dashboards, or alert systems without writing a single formula yourself. --- 🔍 WHAT IS…
Polymarket Pulse API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
getHealth /health |
|
| Markets (FREE) | ||
| GET |
listMarkets /markets |
Returns active, open Polymarket markets sorted by total volume descending. Category filtering is done post-fetch (case-insensitive match on `category` field and parent event… |
| GET |
getMarketById /markets/{id} |
Returns all normalised market fields plus: | Field | Description | |---|---| | `volatility_score` | 0–100 composite: spread (40 pts) + volume recency (30 pts) + price momentum… |
| Trending (PREMIUM) | ||
| GET |
getTrendingMarkets /markets/trending |
Returns markets ranked by **trend_score** descending. **Formula:** ``` trend_score = (vol_1wk × 0.60 + vol_total × 0.25) × momentum_multiplier + vol_1wk × 0.15 ``` The… |
| Opportunities (PREMIUM) | ||
| GET |
getOpportunities /markets/opportunities |
Returns markets with at least one active opportunity signal, sorted by **edge_score** descending (most actionable first). **Signal catalogue:** | Signal | Condition | Meaning |… |
| Insights (PREMIUM) | ||
| GET |
getMarketInsights /markets/{id}/insights |
Returns a comprehensive rule-based analysis for a single market. **Intelligence fields:** | Field | Values | Description | |---|---|---| | `volatility_score` | 0–100 |… |
| Signal (PREMIUM) | ||
| GET |
getMarketSignal /markets/{id}/signal |
Returns a ready-to-use trading signal for a specific market, based on trend direction, volume spikes, and spread volatility. **Decision rules:** | Action | Condition | |---|---|… |
Polymarket Pulse API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $9.99 / month | 5 / second |
|
| ULTRA Recommended | $29.99 / month | 10 / second |
|
| MEGA | $99.99 / month | 30 / second |
|