Skip to main content
GET
/
api
/
v2
/
events
/
{eventID}
/
markets
/
{marketID}
/
history
Get line price chart data for a specific market
curl --request GET \
  --url 'https://therundown.io/api/v2/events/{eventID}/markets/{marketID}/history?key='
{
  "series": [
    {
      "affiliate_id": 19,
      "affiliate_name": "DraftKings",
      "points": [
        {
          "price": -110,
          "line_value": "235.5",
          "timestamp": "2026-02-10T14:00:00Z"
        },
        {
          "price": -112,
          "line_value": "235.5",
          "timestamp": "2026-02-11T09:30:00Z"
        },
        {
          "price": -108,
          "line_value": "234.5",
          "timestamp": "2026-02-11T22:00:00Z"
        }
      ]
    }
  ]
}

Authorizations

key
string
query
required

API key as query parameter

Path Parameters

eventID
string
required

Event ID (UUID format)

marketID
integer
required

Market ID

Query Parameters

participant_id
integer

Filter by participant ID

affiliate_ids
string

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

line
string

Filter by line value

from
string<date-time>
to
string<date-time>

Response

200 - application/json

Chart series data

meta
object
series
object

Keyed by affiliate ID