---
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

---

[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)
