Beatpoly API

Prediction-market intelligence
through one reliability API.

The Beatpoly API enriches raw prediction-market data with reliability scores, resolution-risk analysis, liquidity-quality metrics, cross-venue equivalence, and abnormal-flow alerts. Use it to monitor markets, evaluate signals, and build products on top of trustworthy event-contract intelligence.

Request API Access → View Example Response
Base URL https://api.beatpoly.com/v1
Authentication Bearer token — issued on approved access request
Status Pilot access — scoped per customer
What the API provides

Not another raw odds feed.

Raw prediction-market APIs already expose markets, prices, order books, trades, and user activity. Kalshi and Polymarket both provide venue APIs for market data and execution.

Beatpoly adds the layer professional teams need before acting on that data: reliability, risk, and explainability.

Resolution-risk scores per market
Liquidity-quality and execution-cost estimates
Cross-venue equivalence analysis
Abnormal-flow alerts and integrity flags
Market-integrity risk summaries
Evidence trails for each score
Beatpoly vs. venue APIs
FeatureVenue APIBeatpoly
Market prices & order books
Resolution risk score
Liquidity quality score
Cross-venue equivalence
Abnormal flow alerts
Reliability rating + summary
Core endpoints

Core API endpoints

GET
/v1/marketsReturn monitored markets across supported venues with current prices, categories, and reliability ratings.
GET
/v1/markets/{market_id}/reliabilityReturn the full Beatpoly reliability profile: rating, scores across all four dimensions, key risks, and evidence trail.
GET
/v1/markets/{market_id}/resolution-riskReturn wording analysis, source dependency, oracle mechanism, ambiguity flags, and settlement risk summary.
GET
/v1/markets/{market_id}/liquidity-qualityReturn spread, depth, slippage, execution-quality score, and fee sensitivity for a specific market.
GET
/v1/markets/{market_id}/cross-venueReturn similar markets on other venues and a structured equivalence analysis including wording and source differences.
GET
/v1/alerts/abnormal-flowReturn current abnormal market movement and integrity-risk alerts across monitored markets.
POST
/v1/execution/simulateEstimate spread, slippage, fee impact, fill probability, and effective edge for a hypothetical order before placing it.
Quick start
# Get reliability profile for a market
curl https://api.beatpoly.com/v1/markets/{market_id}/reliability \
  -H "Authorization: Bearer YOUR_API_KEY"

# Get abnormal flow alerts
curl https://api.beatpoly.com/v1/alerts/abnormal-flow \
  -H "Authorization: Bearer YOUR_API_KEY"
Example response

Example market reliability response

Every reliability response includes the four dimension scores, a composite rating, human-readable key risks, and an evidence trail showing exactly how each score was derived.

The response is structured for integration into dashboards, risk systems, research pipelines, and automated monitoring workflows.

Response fields include:
market_id · venue · category · title · last_price · reliability_rating · resolution_risk_score · liquidity_quality_score · cross_venue_equivalence_score · abnormal_flow_score · key_risks · flags · evidence · updated_at
Scoring methodology →
Beatpoly API response
// GET /v1/markets/{id}/reliability { "market_id": "kalshi:EXAMPLE-26APR", "venue": "kalshi", "category": "macro", "title": "Will Event X occur by April 30?", "last_price": 0.58, "timestamp": "2026-04-24T08:30:00Z", "reliability": { "rating": "B", "score": 74, "summary": "Generally usable market with moderate liquidity risk." }, "scores": { "resolution_risk": 31, "liquidity_quality": 68, "cross_venue_equivalence": 77, "abnormal_flow": 22 }, "flags": [ { "type": "liquidity", "severity": "medium", "message": "Top-of-book depth thin for institutional-sized execution." } ], "evidence": { "resolution_source": "Official source", "spread": "3.2 percentage points", "depth_near_mid": "$18,400", "recent_move": "4.1pp in 24h" } }
What teams build

What teams build with Beatpoly

📊
Market monitoring dashboards
Track high-relevance prediction markets and surface reliability warnings before they become operational risk.
🔐
Compliance workflows
Monitor abnormal price movement, suspicious timing, and markets exposed to material non-public information.
📰
Media & research products
Quote market prices with context: liquidity quality, resolution clarity, and reliability rating.
📈
Trading & execution tools
Estimate whether a market opportunity survives spread, slippage, fees, and settlement risk before committing capital.
Access

Request API access.

Beatpoly is opening API access for selected professional teams. Tell us what you are building or monitoring and we will respond within 48 hours with the right access path.

Response within 48 hours
Access scoped to your team's use case
Custom watchlist configuration available
Enterprise integration support

We use your information only to evaluate access and respond to your request. No spam.

Reliability scores assess market quality and risk. They do not predict event outcomes and do not constitute investment advice.

Request received.

We will respond within 48 hours with the right access path for your team.

Access & Pricing

Access and pricing

Beatpoly offers scoped pilot access for professional teams. Pricing depends on coverage requirements, update frequency, endpoint access, custom watchlists, and support needs.

Research Pilot
Evaluate reliability data
For teams assessing prediction-market reliability intelligence before full integration.
API Access
Integrate into your systems
For teams integrating Beatpoly reliability scores into internal tools, dashboards, or data pipelines.
Enterprise Monitoring
Custom watchlists & alerts
For teams needing custom watchlists, real-time alerts, dashboard access, and dedicated support.

Request access and we will recommend the appropriate plan for your use case. No public pricing — engagements are scoped to each team's requirements.

FAQ

Common questions

Is Beatpoly a replacement for Polymarket or Kalshi APIs?+

No. Beatpoly is an intelligence layer that enriches prediction-market data with reliability, risk, and market-quality analysis. It works alongside venue APIs. The venue API gives you the raw market data. Beatpoly tells you whether that data is trustworthy enough to act on.

Does the API support real-time alerts?+

The API is designed to support abnormal-flow alerts, integrity flags, and market-monitoring workflows. Access levels and update frequencies may vary by customer and coverage requirements — discuss your needs in the access request form.

Can Beatpoly score custom watchlists?+

Yes. Enterprise customers can request monitoring for specific markets, categories, venues, or event types. Custom watchlists are discussed during the access scoping process.

What data does Beatpoly use to generate scores?+

Beatpoly uses publicly available market data, contract wording, resolution documentation, order-book activity, and on-chain data for Polymarket. The scoring methodology is documented on the methodology page. We do not use private or non-public information.