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 | "104", "103", "1", "2", "100" |
| sProductName | string | Product name | "EQ+FO+CDS+MCX+OTS" |
| sActive | string | Product status | "1" |
| bDefaultProd | integer | Indicates whether this is the default product | "0/1" |
| nBankMapping | string | Bank mapping configuration | "1" |
| balanceAmount | string | Available balance for the product | "125000.50" |
| periodicities | array | List of supported periodicities for the product | ["3"], ["97407"], ["8589934591"] |