v1

latestOpenAPI 3.0.02026-07-265081124.2 KB
Markets

Get active market slugs with metadata

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

get/markets/active/slugs

Response

List of active market and group slugs with metadata

slugstring required

Market or group slug identifier

strikePricestring nullable

Strike price (null for groups)

tickerstring nullable

Asset ticker symbol

deadlinestring date-time nullable

Expiration deadline

Example response

[
  {
    "slug": "btc-price-prediction-2024",
    "strikePrice": "50000",
    "ticker": "BTC",
    "deadline": "2024-12-31T23:59:59Z"
  }
]