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
| 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 | "Product-wise balance fetched successfully" |
| data | array | List of product-wise balances | Refer Data Object Fields |
📦 Data Object Fields
| Field | Type | Description | Example |
|---|
| sProductId | string | Product identifier | "EQFO" |
| sProductName | string | Product name | "EQ+FO+CDS+MCX+OTS" |
| sActive | string | Product status | "Y" |
| bDefaultProd | string | Indicates whether this is the default product | "Y" |
| nBankMapping | string | Bank mapping configuration | "1" |
| balanceAmount | string | Available balance for the product | "125000.50" |
| periodicities | array | List of supported periodicities for the product | ["Daily","Weekly","Monthly"] |