Skip to content

FAQ

Opelyx provides two main data products:

  1. Health Plans API — ACA marketplace health insurance plans across all 50 states + DC, with plan search, comparison, cost estimation, and subsidy calculation
  2. MCP Financial Data Server — 14 tools for SEC EDGAR filings, prediction markets (Polymarket, Kalshi, Manifold), and DOGE government spending data

Health plan data is updated annually at the start of each plan year (sourced from CMS PUFs and state exchanges). MCP financial data tools fetch live data from their respective sources with caching (60 seconds for prediction markets, 5-10 minutes for SEC/DOGE data).

What states does the Health Plans API cover?

Section titled “What states does the Health Plans API cover?”

All 50 states plus Washington, DC. Coverage includes 30 states on the Federal marketplace (HealthCare.gov) and 21 states with their own State-Based Marketplaces.

Sign up at dashboard.opelyx.com. You’ll receive a free API key immediately — no credit card required.

Yes. Create multiple keys in the dashboard to separate development, staging, and production traffic.

What happens if my API key is compromised?

Section titled “What happens if my API key is compromised?”

Revoke it immediately from the dashboard and create a new one. Revocation takes effect within seconds.

Each API key has a daily request allowance based on your tier: Free (100/day), Pro (10,000/day), Enterprise (100,000/day). Limits reset at midnight UTC.

You receive a 429 Too Many Requests response with a Retry-After header indicating how many seconds to wait. The response also includes an upgrade URL.

Yes, each MCP tool invocation counts as one request against the same daily limit.

Not currently. The Free tier provides access to most API features. Pro adds advanced filters, plan comparison, and APTC calculation.

Cancel anytime from the Billing page in the dashboard. Your Pro access continues until the end of the current billing period.

Contact support@opelyx.com within 7 days of purchase for a full refund.

JSON with HAL (Hypertext Application Language) format — _links for navigation and _embedded for nested resources. Errors use RFC 9457 Problem Details format.

Yes, with explicit origin allowlists. Requests from *.opelyx.com domains are allowed. Contact support for custom origin allowlisting.

Not currently. Use the Free tier for development and testing. Example plan IDs and ZIP codes work in production with real data.