EDIS - SUMMARY
This API retrieves the EDIS summary details for the day, including available quantities, approved quantities, and configuration limits for EDIS transactions.
🔍 Query Parameters
| Parameter | Type | Required | Description | Example / Enum |
|---|
| userId | string | Yes | User ID (UCC) | "{{user_id}}" |
| mktSegID | string | Yes | Market segment | "NSE_EQ" |
| token | string | No | Scrip token (-1 = all scrips) | "-1" |
| productType | string | Yes | Product type | "D" (Delivery), "MF" (MTF) |
| 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 | "EDIS summary fetched successfully" |
| data | object | Summary and configuration data | Refer below |
📦 EDIS Summary Object
| Field | Type | Description | Example |
|---|
| sDealerCode | string | Dealer code | "DL123" |
| sISINCode | string | ISIN code | "INE123A01016" |
| sSecurityDesc | string | Security description | "INFY EQ" |
| TotalFreeQty | integer | Total free quantity | 100 |
| TodayFreeQty | integer | Today's free quantity | 40 |
| ApprovedQuantity | integer | Approved quantity for EDIS | 30 |
| ClosePrice | integer | Previous closing price | 1500 |
| eDISDPQty | integer | DP available quantity | 60 |
| eDISCheckQty | integer | Eligible quantity for check | 50 |
| eDISRequestQty | integer | Requested quantity | 20 |
| nSettlementType | integer | Settlement type | 1 |
⚙️ EDIS Config Object
| Field | Type | Description | Example |
|---|
| DPCheck | integer | DP check flag | 1 |
| MaxTranCount | integer | Maximum transaction count allowed | 10 |
| Singletrans | integer | Single transaction limit | 1 |
| UserTranCount | integer | Transactions already used | 3 |
| ValueUtilized | integer | Value utilized | 50000 |
| PerDayTransactionvalue | integer | Per-day value limit | 200000 |