Live odds monitoring for alerts and market movement
A price alert system needs current odds, bookmaker identifiers, timestamps and alert rules that prevent noisy notifications. PuntersEdge supplies the odds feed so your application can evaluate thresholds and notify users or internal traders.
Use it for best-price alerts, steam-move monitoring, model edge triggers and dashboard notifications. Keep users informed that data is analytical and not a betting execution service.
- Live odds monitoring
- Threshold-based alerts
- Best-price movement
- Webhook-ready workflows
- Responsible-use messaging
Example API calls
curl "https://puntersedge.online/api/v1/sports/nrl/odds?markets=h2h" \
-H "X-API-Key: YOUR_API_KEY"
curl "https://puntersedge.online/api/v1/best-odds/afl" \
-H "X-API-Key: YOUR_API_KEY"
curl "https://puntersedge.online/api/v1/racing/next-to-go?num_races=5" \
-H "X-API-Key: YOUR_API_KEY"