Get instant alerts on arbitrage opportunities across Polymarket and other prediction markets. Our advanced scanner monitors price differences in real-time, helping you capitalize on market inefficiencies.
Continuous monitoring of market prices every 5 minutes
Detect opportunities between Polymarket and Kalshi
Simple HTTP endpoints for easy integration
Complete access to all arbitrage signals
7-day free trial • Secure payment via Stripe
GET /api/signals
Get recent arbitrage signals (last 10)
GET /api/signals/live
Get active arbitrage opportunities
GET /api/scanner/status
Check scanner health and stats
curl -X GET "https://api.polymarketsignals.com/api/signals" \
-H "x-api-key: YOUR_API_KEY"
# Response:
{
"ok": true,
"data": [
{
"id": "arb_123",
"polymarketPrice": 0.65,
"kalshiPrice": 0.58,
"spread": 0.07,
"confidence": 0.92,
"timestamp": "2026-03-20T10:15:00Z"
}
]
}
Scanner Status
Markets Scanned
Opportunities Found
The scanner monitors markets every 5 minutes, ensuring you get real-time alerts on arbitrage opportunities as they emerge.
Currently we monitor Polymarket and Kalshi, with plans to expand to additional prediction market platforms based on user demand.
After subscribing, you'll receive an API key that you can use to access our REST endpoints. Include it in your requests as an "x-api-key" header.
Yes! Your subscription can be cancelled at any time. You'll continue to have access until your current billing period ends.