EQSIP SCRIP MASTER
This API returns the list of scripts (securities) eligible for Equity SIP (EQSIP) along with the supported exchange-series combinations.
🔍 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 | Example |
|---|
| status | string | Status of API call | "success" |
| code | string | Response code | "s-101" |
| message | string | Success message | "EQSIP scrip master fetched successfully" |
| data | object | EQSIP scrip configuration details | Refer Data Object Fields |
📦 Data Object Fields
| Field | Type | Description |
|---|
| allowed_scripts | array | List of scripts eligible for EQSIP |
| allowed_series | array | List of exchange-series combinations supported for EQSIP |
📘 Allowed Scripts
| Field | Type | Description | Example |
|---|
| symbol | string | Trading symbol | "INFY" |
| exchange | string | Exchange segment | "NSE_EQ" |
| series | string | Series code | "EQ" |
📘 Allowed Series
| Field | Type | Description | Example |
|---|
| exchange | string | Exchange segment | "NSE_EQ" |
| series | string | Allowed series | "EQ" |