Index details
This API returns data about various indices in India.
🛣️Path Parameters
| Parameter | Type | Required | Description | Example/ENUM |
|---|
| tenantid | string | Yes | Unique Identifier for the tenant | tenant-12345 |
| Header | Type | Required | Description | Example/ENUM |
|---|
| Authorization | string | Yes | Bearer token for API access | Bearer {{access_token}} |
| Content-type | string | Yes | Type of content being sent in the request | application/json |
x-api-key | string | Yes | Unique API key provided for access | {{x-api-key}} |
🟢Success Response - 200 Ok
| Field | Type | Description | Example/ENUM |
|---|
| status | boolean | Indicates the status of the request (true or false) | "true" |
| result | array of objects | List of Index details | See below details |
📘Result Object Info Fields
| Field | Type | Description | Example/ENUM |
|---|
| nMarketSegmentId | integer | The market segment ID for the index | 1 |
| nToken | integer | The token number received in the Exchange Scrip master | "26020" |
| sIndex | string | The name of the index | "PSUBank" |
| sIndexDesc | string | Description of the index | "Nifty PSU Bank" |
| nIsDefaultIndex | integer | Indicates if it is the default index | "3" |
| cIsIndex | string | Flag Indicating if it's an index ( "Y" - Yes / "N" - No) | "Y" |