Skip to main content
GET
/
navigation
Get navigation tree
curl --request GET \
  --url https://api.limitless.exchange/navigation
[
  {
    "id": "<string>",
    "name": "<string>",
    "slug": "<string>",
    "path": "/sports/football",
    "children": "<array>",
    "icon": "<string>"
  }
]
This endpoint returns the hierarchical navigation structure for market pages. Use it to build sidebar navigation or category menus in your application.

Response

Navigation tree retrieved successfully

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

Example:

"/sports/football"

children
array
required

Child navigation nodes

icon
string

Icon identifier for the navigation item