v1
latestOpenAPI 3.0.02026-07-265081124.2 KBMarkets
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
Example response
[
{
"slug": "btc-price-prediction-2024",
"strikePrice": "50000",
"ticker": "BTC",
"deadline": "2024-12-31T23:59:59Z"
}
]