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>"
      }
    ]
  }
]

Documentation Index

Fetch the complete documentation index at: https://limitless-docs-ws-settlement-events.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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)