Returns detected home/draw/away price movements from historical snapshots. An unknown `sport_key` returns 404 and costs nothing.
X-API-Key
5 credits
curl 'https://api.puntersedge.online/v1/sports/afl/odds/movements' \
-H 'X-API-Key: YOUR_KEY'
| Name | In | Type | Required | Description |
|---|---|---|---|---|
sport_key |
path | string | yes | |
since |
query | string | no | ISO date/time; defaults to 24 hours ago |
bookmakers |
query | string | no | Comma-separated bookmaker keys |
market |
query | string | no | |
min_delta |
query | number | no |
Status codes: 200, 401, 402, 422, 429, 500. Response bodies are JSON; the full schema is in /openapi.json.
GET /v1/sports — List available sportsGET /v1/sports/{sport_key}/odds — Get odds by sportGET /v1/sports/{sport_key}/odds/history — Historical odds snapshotsThe free tier needs no credit card, and the sandbox endpoints need no key at all.
Get a free API key Quickstart