---
title: "Get active market slugs with metadata"
method: GET
path: "/markets/active/slugs"
tags: ["Markets"]
---

# Get active market slugs with metadata

`GET /markets/active/slugs`

Retrieves slugs, strike prices, tickers, and deadlines for all active markets and groups. Group markets are nested under their parent group.

## Response `200`

List of active market and group slugs with metadata

- object[]
  - `slug` string, required — Market or group slug identifier
  - `strikePrice` string, nullable — Strike price (null for groups)
  - `ticker` string, nullable — Asset ticker symbol
  - `deadline` string, date-time, nullable — Expiration deadline
  - `markets` object[], nullable — Nested markets (group entries only)
    - `slug` string

## Other responses

- `500` — Server error when retrieving market slugs

---

[API](https://skmtc.net/limitless/apis/limitless-exchange-api.md) · [All operations](https://skmtc.net/limitless/apis/limitless-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/limitless/limitless-exchange-api/versions/43f7d65e8e15/schema)
