---
title: "Get navigation tree"
method: GET
path: "/navigation"
tags: ["Market Navigation"]
---

# Get navigation tree

`GET /navigation`

Returns the hierarchical navigation structure for market pages

## Response `200`

Navigation tree retrieved successfully

- NavigationNodeDto[]
  - `id` string, required — Unique identifier for the navigation node
  - `name` string, required — Display name of the navigation item
  - `slug` string, required — URL slug for the navigation item
  - `path` string, required — Full path to this navigation item
  - `icon` string — Icon identifier for the navigation item
  - `children` NavigationNodeDto[], required — Child navigation nodes
  - `count` number — Number of active markets in this navigation node

## Other responses

- `500` — Internal server error

## Changes

- **2026-06-09** `6e8c49700a62` — 1 info
  - added the optional property `items/count` to the response with the `200` status
- **2026-02-19** `be03ff506ae9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api/changes/navigation/get.md)

---

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