---
title: "Get opening prices for an event's markets"
method: GET
path: "/api/v2/events/{eventID}/markets/opening"
tags: ["V2 Markets"]
---

# Get opening prices for an event's markets

`GET /api/v2/events/{eventID}/markets/opening`

## Path parameters

- `eventID` string, required

## Query parameters

- `market_ids` string
- `affiliate_ids` string

## Response `200`

Opening prices

- OpeningPricesResponse
  - `meta` object
    - `event_id` string
    - `count` integer
  - `markets` object — Keyed by market ID

---

[API](https://skmtc.net/therundown/apis/therundown-sports-api.md) · [All operations](https://skmtc.net/therundown/apis/therundown-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/therundown/therundown-sports-api/revisions/5aa0aa5c5f66/schema)
