curl --request GET \
--url 'https://therundown.io/api/v2/markets/history?key='{
"meta": {
"count": 2
},
"history": [
{
"id": 600001,
"market_line_price_id": 192868821,
"event_id": "09bfa53f8484a63e584398545c035932",
"sport_id": 4,
"affiliate_id": 19,
"market_participant_id": 45001,
"market_id": 1,
"line": "",
"price": "-105",
"change_type": "new",
"updated_at": "2026-02-10T14:00:00Z"
},
{
"id": 600002,
"market_line_price_id": 192868821,
"event_id": "09bfa53f8484a63e584398545c035932",
"sport_id": 4,
"affiliate_id": 19,
"market_participant_id": 45001,
"market_id": 1,
"line": "",
"price": "-110",
"previous_price": "-105",
"change_type": "price_change",
"updated_at": "2026-02-11T09:30:00Z"
}
]
}curl --request GET \
--url 'https://therundown.io/api/v2/markets/history?key='{
"meta": {
"count": 2
},
"history": [
{
"id": 600001,
"market_line_price_id": 192868821,
"event_id": "09bfa53f8484a63e584398545c035932",
"sport_id": 4,
"affiliate_id": 19,
"market_participant_id": 45001,
"market_id": 1,
"line": "",
"price": "-105",
"change_type": "new",
"updated_at": "2026-02-10T14:00:00Z"
},
{
"id": 600002,
"market_line_price_id": 192868821,
"event_id": "09bfa53f8484a63e584398545c035932",
"sport_id": 4,
"affiliate_id": 19,
"market_participant_id": 45001,
"market_id": 1,
"line": "",
"price": "-110",
"previous_price": "-105",
"change_type": "price_change",
"updated_at": "2026-02-11T09:30:00Z"
}
]
}API key as query parameter
Comma-separated market line price IDs (max 50)
Start time (RFC3339)
End time (RFC3339)
x <= 5000