ArbEdge API (1.0.2)

Download OpenAPI specification:

Private API for accessing cross-market arbitrage opportunities between prediction-market venues (currently Kalshi and Polymarket).

Authentication

Send your API key in the X-API-Key request header:

X-API-Key: private_key_here

or

Authorization: Bearer private_key_here

The /api/demo-opportunities endpoint is public and needs no key.

Opportunity shape

Each opportunity is venue-agnostic: it carries a legs array describing the trades that, executed together, lock in the profit. Each leg names the venue, the side you buy there (yes/no), and its price.

Rate limits

API-key requests are limited (default 120/minute). Exceeding the limit returns HTTP 429.

Opportunities

Arbitrage opportunities feed

Full arbitrage opportunities feed

Returns the current arbitrage opportunities (priced for 100 shares). Requires a valid API key.

Authorizations:
Key

Responses

Response samples

Content type
application/json
{}

Public demo feed (top 2 opportunities)

A public, unauthenticated endpoint returning up to two opportunities. No API key required.

Responses

Response samples

Content type
application/json
{}