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='
{
  "meta": {
    "event_id": "09bfa53f8484a63e584398545c035932",
    "market_id": 3,
    "market_name": "totals"
  },
  "series": {
    "19": {
      "affiliate_name": "Affiliate 19",
      "data": [
        {
          "t": "2026-02-10T14:00:00Z",
          "p": "-110"
        },
        {
          "t": "2026-02-11T09:30:00Z",
          "p": "-112"
        },
        {
          "t": "2026-02-11T22:00:00Z",
          "p": "-108"
        }
      ]
    },
    "23": {
      "affiliate_name": "Affiliate 23",
      "data": [
        {
          "t": "2026-02-10T14:05:00Z",
          "p": "-108"
        },
        {
          "t": "2026-02-11T10:00:00Z",
          "p": "-110"
        }
      ]
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.therundown.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

key
string
query
required

API key as query parameter

Path Parameters

eventID
string
required

Canonical V2 event ID from the event_id field returned by event endpoints

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