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

## Other responses

- `500` — Internal server error

## Changes

- **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.dev/limitless-labs-group/apis/limitless-exchange-api/revisions/20e1fd747a5c?raw)
