> ## Documentation Index
> Fetch the complete documentation index at: https://docs.limitless.exchange/llms.txt
> Use this file to discover all available pages before exploring further.

# Resolve Stable Slug

> Resolve a stable recurring URL slug (e.g. btc-hourly-price) to the currently active market or ladder group

Recurring series (5-minute, hourly, daily crypto, etc.) each expose a **stable slug**. The stable slug always points at the currently active slot instead of a specific dated slug. Use this endpoint to link to or fetch "the current BTC hourly market" without knowing which slot is open.

The path parameter is `slug` (not `stableSlug`). Pass the stable identifier, for example `btc-hourly-price`.

* `200` — resolved market or ladder group data (single market or group).
* `404` — no market or group is currently active for that stable slug.

<Tip>
  To pre-fetch upcoming slots for the same series, use [Market Timeline](/api-reference/markets/timeline).
</Tip>
