---
title: "Get market page by path"
method: GET
path: "/market-pages/by-path"
tags: ["Market Navigation"]
---

# Get market page by path

`GET /market-pages/by-path`

Resolves a URL path to a market page with its configuration, filters, and breadcrumb

## Query parameters

- `path` string, required

## Response `200`

Market page resolved successfully

- MarketPageByPathResponseDto
  - `id` string, required — Unique identifier of the market page
  - `name` string, required — Display name of the market page
  - `slug` string, required — URL slug of the market page
  - `description` string, nullable — Description of the market page
  - `fullPath` string, required — Full URL path to this market page
  - `baseFilter` object, required — Base filter configuration for the page
  - `filterGroups` FilterGroupDto[], required — Available filter groups for the page
    - `name` string — Display name of the filter group
    - `slug` string — URL slug for the filter group
    - `allowMultiple` boolean — Whether multiple options can be selected
    - `presentation` string — Presentation style for the filter group
    - `options` FilterGroupOptionDto[] — Available filter options
      - `label` string, required — Display label for the option
      - `value` string, required — Value identifier for the option
      - `metadata` object — Optional metadata for the option (color, icon)
      - `count` number — Number of active markets matching this option
    - `expanded` boolean — Whether the filter group is expanded by default
    - `tabs` object — Tab configuration for sub-filtering within this filter group
  - `metadata` object, required — Additional metadata for the page
  - `breadcrumb` BreadcrumbItemDto[], required — Breadcrumb trail to this page
    - `name` string, required — Display name of the breadcrumb item
    - `slug` string, required — URL slug of the breadcrumb item
    - `path` string, required — Full path to this breadcrumb item
  - `totalCount` number — Total number of active markets on this page

## Other responses

- `301` — Path has been redirected to a new location
- `400` — Invalid or missing path
- `404` — Market page not found

---

[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/revisions/f60847044e0d/schema)
