---
title: "Get market participants"
method: GET
path: "/api/v2/markets/participants"
tags: ["V2 Markets"]
---

# Get market participants

`GET /api/v2/markets/participants`

Returns participants (teams, players, or results) for specified markets and events.

## Query parameters

- `market_ids` string
- `event_id` string

## Response `200`

Market participants

- MarketParticipantsResponse
  - `participants` MarketParticipant[]
    - `id` integer
    - `market_event_id` integer
    - `participant_id` integer
    - `participant_type` 'TYPE_TEAM' | 'TYPE_PLAYER' | 'TYPE_RESULT'
    - `participant_name` string
    - `updated_at` string, date-time

---

[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/f069d4e82f52/schema)
