---
title: "Search markets"
method: GET
path: "/mm/search_markets"
tags: ["market"]
---

# Search markets

`GET /mm/search_markets`

search the markets

## Query parameters

- `next_cursor` string
- `limit` integer
- `market_id` string
- `event_id` string
- `player_id` string
- `tournament_id` string, required

## Response `200`

OK

- MarketMakerMarketSearchResponse
  - `markets` TypesMarket[]
    - `created_at` string
    - `event_id` integer
    - `market_id` integer — represent for UUID string `boil:"id" json:"-"`
    - `name` string
    - `player_id` integer
    - `status` string
    - `sub_type` string
    - `tournament_id` integer
    - `type` string
  - `next_cursor` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/prophetx/apis/external-market-maker-api.md) · [All operations](https://skmtc.net/prophetx/apis/external-market-maker-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prophetx/external-market-maker-api/revisions/cf6d43de1db2/schema)
