v2

latestOpenAPI 3.1.02026-07-265966163.8 KB
V2 Markets

Get market price changes since a given ID

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.

get/api/v2/markets/delta

Query parameters

last_idinteger required

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.

sport_idinteger

Filter by sport ID

affiliate_idsstring

Comma-separated sportsbook/affiliate IDs to filter. Common values include DraftKings (19), FanDuel (23), BetMGM (22), Bovada (2), Pinnacle (3).

market_idsstring

Comma-separated market IDs to filter

event_idstring

Filter by event ID

limitinteger

Response

Market deltas