Skip to main content

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

ParameterTypeRequiredDescriptionExample / Enum
userIdstringYesUser ID (UCC)"{{user_id}}"
mktSegIDstringYesMarket segment"NSE_EQ"
tokenstringNoScrip token (-1 = all scrips)"-1"
productTypestringYesProduct type"D" (Delivery), "MF" (MTF)

🔑 Header Parameters

HeaderTypeDescriptionExample
Content-TypestringRequest payload formatapplication/json
AuthorizationstringAccess token for authenticated requests{{access_token}}
x-api-keystringAPI key used to authorize request{{x-api-key}}

🟢 Success Response - 200 OK

Content-Type: application/json

FieldTypeDescriptionExample
statusstringStatus of API call"success"
codestringResponse code"s-101"
messagestringSuccess message"EDIS summary fetched successfully"
dataobjectSummary and configuration dataRefer below

📦 EDIS Summary Object

FieldTypeDescriptionExample
sDealerCodestringDealer code"DL123"
sISINCodestringISIN code"INE123A01016"
sSecurityDescstringSecurity description"INFY EQ"
TotalFreeQtyintegerTotal free quantity100
TodayFreeQtyintegerToday's free quantity40
ApprovedQuantityintegerApproved quantity for EDIS30
ClosePriceintegerPrevious closing price1500
eDISDPQtyintegerDP available quantity60
eDISCheckQtyintegerEligible quantity for check50
eDISRequestQtyintegerRequested quantity20
nSettlementTypeintegerSettlement type1

⚙️ EDIS Config Object

FieldTypeDescriptionExample
DPCheckintegerDP check flag1
MaxTranCountintegerMaximum transaction count allowed10
SingletransintegerSingle transaction limit1
UserTranCountintegerTransactions already used3
ValueUtilizedintegerValue utilized50000
PerDayTransactionvalueintegerPer-day value limit200000