Skip to main content
GET
/
markets
/
active
/
slugs
Get active market slugs with metadata
curl --request GET \
  --url https://api.limitless.exchange/markets/active/slugs
[
  {
    "slug": "btc-price-prediction-2024",
    "strikePrice": "50000",
    "ticker": "BTC",
    "deadline": "2024-12-31T23:59:59Z",
    "markets": [
      {
        "slug": "<string>"
      }
    ]
  }
]

Response

List of active market and group slugs with metadata

slug
string
required

Market or group slug identifier

Example:

"btc-price-prediction-2024"

strikePrice
string | null

Strike price (null for groups)

Example:

"50000"

ticker
string | null

Asset ticker symbol

Example:

"BTC"

deadline
string<date-time> | null

Expiration deadline

Example:

"2024-12-31T23:59:59Z"

markets
object[] | null

Nested markets (group entries only)