Skip to main content

PRODUCT WISE BALANCE

This API returns the product-wise fund balance of the user. Balances are grouped by trading products such as COMMCOMB, EQ+FO+CDS+MCX+OTS, NSE EQUITIES, and other configured product groups.

🔍 Query Parameters

ParameterTypeRequiredDescriptionExample
userIdstringYesUser ID (UCC)"{{user_id}}"

🔑 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"Product-wise balance fetched successfully"
dataarrayList of product-wise balancesRefer Data Object Fields

📦 Data Object Fields

FieldTypeDescriptionExample
sProductIdstringProduct identifier"EQFO"
sProductNamestringProduct name"EQ+FO+CDS+MCX+OTS"
sActivestringProduct status"Y"
bDefaultProdstringIndicates whether this is the default product"Y"
nBankMappingstringBank mapping configuration"1"
balanceAmountstringAvailable balance for the product"125000.50"
periodicitiesarrayList of supported periodicities for the product["Daily","Weekly","Monthly"]