Returns market line price changes (new, updated, closed) since the specified last_id. Use for efficient polling.
Bootstrap flow: To obtain an initial last_id cursor, call GET /api/v2/sports/{sportID}/events/{date} — the response meta.delta_last_id provides the current cursor. Then pass that value as last_id to begin polling this endpoint.
Staleness guard: Cursors older than 30 minutes are rejected with HTTP 400. If your cursor becomes stale, re-bootstrap from the events endpoint.
API key as query parameter
Return changes with ID greater than this value. Obtain the initial cursor from the meta.delta_last_id field in the v2 events response. Cursors older than 30 minutes are rejected.
Filter by sport ID
Comma-separated sportsbook/affiliate IDs to filter. Common values include DraftKings (19), FanDuel (23), BetMGM (22), Bovada (2), Pinnacle (3).
Comma-separated market IDs to filter
Filter by event ID
x <= 5000