Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

The Rundown V2 Markets API

Market definitions, odds, deltas, and history (V2)

The Rundown V2 Markets API is one of 14 APIs that The Rundown publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include V2 Markets. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and pricing.

This API exposes 9 operations across 9 paths, and defines 10 schemas. It is described by OpenAPI 3.0.3, at version 2.0.0.

Requests are made against a single base URL, https://therundown.io.

9 operations 9 paths 10 schemas 9 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0.0
Base URL
https://therundown.io/api/v2
Authentication
API Key, API Key
Terms of Service
Resource Areas
1

Authentication & Security 2

The Rundown V2 Markets API declares 2 security schemes for authenticating requests. An API key is passed in the query as key (ApiKeyQuery). An API key is passed in the header as X-Therundown-Key (ApiKeyHeader). By default, every request must be authenticated.

  • ApiKeyQuery — API key as query parameter
  • ApiKeyHeader — API key as request header

Paths & Operations 9

Across 9 paths, the API surfaces 9 operations — 9 GET. Each is listed below with its method, path, parameters, and response codes.

V2 Markets 9

Market definitions, odds, deltas, and history (V2)

GET
/api/v2/sports/{sportID}/markets/{date}
Get available markets for a sport and date
v2GetMarketsBySportAndDate 4 params → 200
GET
/api/v2/events/{eventID}/markets
Get available markets for an event
v2GetAvailableMarketsByEvent 3 params → 200
GET
/api/v2/events/{eventID}/markets/history
Get market price history for an event
v2GetMarketHistoryByEvent 6 params → 200
GET
/api/v2/events/{eventID}/markets/opening
Get opening prices for an event's markets
v2GetOpeningPricesByEvent 3 params → 200
GET
/api/v2/events/{eventID}/markets/{marketID}/history
Get line price chart data for a specific market
v2GetMarketLineHistoryByEvent 7 params → 200
GET
/api/v2/markets
List all market definitions
v2GetAllMarkets → 200
GET
/api/v2/markets/delta
Get market price changes since a given ID
v2GetMarketsDelta 6 params → 200400
GET
/api/v2/markets/history
Get price history for specific market line prices
v2GetMarketLinePriceHistory 4 params → 200
GET
/api/v2/markets/participants
Get market participants
v2GetMarketsParticipants 2 params → 200

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are MarketDeltaEntry (15 properties), MarketLinePriceHistory (13 properties), Market (9 properties), MarketParticipant (6 properties). Each schema is shown below with its type and property counts.

MarketDeltaResponse
object
2 properties
MarketDeltaEntry
object
A single market line price change entry from the delta feed
15 properties
OpeningPricesResponse
object
2 properties
Market
object
Market definition. The linevalueisparticipant flag indicates whether the line value represents a participant name (true) or a numeric value like a spread/total…
9 properties
MarketParticipant
object
6 properties
MarketLinePriceHistory
object
13 properties
ChartResponse
object
2 properties
ChartSeries
object
2 properties
MarketParticipantsResponse
object
1 property
MarketHistoryResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

therundown-v2-markets-api-openapi.yml Raw ↑

Other APIs The Rundown publishes across the network.

The Rundown V1 Delta API
The Rundown V1 Events API
The Rundown V1 Lines API
The Rundown V1 Reference API
The Rundown V1 Sports API
The Rundown V1 WebSocket API
The Rundown V2 Events API
The Rundown V2 Players API
The Rundown V2 Reference API
The Rundown V2 Sports API
The Rundown V2 Stats API
The Rundown V2 Teams API