INDEX DETAILS
This API returns the list of market indices available in the system, including default indices, exchange segment information, and index token details.
🔗 Path Parameters
| Parameter | Type | Required | Description | Example |
|---|
| tenantid | string | Yes | Unique id provided for the tenant by SIPL | "tenant001" |
🔍 Query Parameters
| Parameter | Type | Required | Description | Example |
|---|
| userId | string | Yes | User ID (UCC) | "{{user_id}}" |
| Header | Type | Description | Example |
|---|
| Content-Type | string | Request payload format | application/json |
| Authorization | string | Access token for authenticated requests | {{access_token}} |
| x-api-key | string | API key used to authorize request | {{x-api-key}} |
🟢 Success Response - 200 OK
Content-Type: application/json
| Field | Type | Description |
|---|
| status | boolean | Status of API call |
| result | array | List of market indices |
📦 Index Fields
| Field | Type | Description | Example |
|---|
| nMarketSegmentId | integer | Market Segment ID | 1 |
| nToken | integer | Token number received in the Exchange Scrip Master | 999920000 |
| sIndex | string | Index symbol | "NIFTY 50" |
| sIndexDesc | string | Index description | "NIFTY 50 Index" |
| nIsDefaultIndex | integer | Indicates whether the index is marked as default | 1 |
| cIsIndex | string | Indicates whether the instrument is an index | "Y" |