---
title: "Browse Active Markets"
method: GET
path: "/markets/active"
tags: ["Markets"]
---

# Browse Active Markets

`GET /markets/active`

Retrieves markets and groups that are active and not yet resolved, with optional category filtering

## Path parameters

- `categoryId` number

## Query parameters

- `page` number
- `limit` number
- `sortBy` string
- `tradeType` 'amm' | 'clob' | 'group'
- `automationType` 'manual' | 'lumy' | 'sports'

## Response `200`

Active markets and groups with volume and liquidity data

- BrowseActiveMarketsResponseDto
  - `data` object[], required — Array of active markets with complete trading data including volume, liquidity, and recent feed events
  - `totalMarketsCount` number, required — Total number of active markets available for pagination

## Other responses

- `500` — Server error when retrieving markets data

---

[API](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api.md) · [All operations](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/limitless-labs-group/limitless-exchange-api/versions/f60847044e0d/schema)
