> For the complete documentation index, see [llms.txt](https://sodex.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sodex.com/documentation/for-developers/api-reference/market-data-api/index/list.md).

# 3.1 Index List

```
GET /indices
```

**Request Parameters**

No parameters.

**Response Example**

```json
["ssimag7", "ssilayer1"]
```

**Response Fields**

| Field | Type           | Description                        |
| ----- | -------------- | ---------------------------------- |
| -     | Array\[String] | List of index tickers (bare array) |
