PRODUCT-WISE BALANCE API
This API provides the product-wise fund balance details for a user.
Balances are grouped based on products such as "COMMCOMB", "EQ+FO+CDS+MCX+OTS", "NSE EQUITIES", etc.
🔍 Query Parameters
| Parameter | Type | Required | Description | Example |
|---|
| client_id | string | No | Client ID to fetch product-wise balance for an end user | client_id=VISHAL1 |
| Header | Type | Description | Example |
|---|
| Content-Type | string | Specifies the media type of the request payload | application/json |
| Authorization | string | Dealer authentication token | Bearer {{access_token}} |
| x-api-key | string | API key used to authorize the 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 to user request | "s-101" |
| message | string | Success message | "Product-wise balance fetched successfully" |
| data | object[] | Array of product-wise balance objects | Refer below |
📦 Product Balance Object Fields
| Field | Type | Description | Example |
|---|
| sProductId | string | Unique product identifier | "EQFO" |
| sProductName | string | Name of the product | "EQ+FO+CDS+MCX+OTS" |
| sActive | string | Status of the product | "Y" |
| bDefaultProd | integer | Indicates if this is the default product (1 = Yes, 0 = No) | 1 |
| nBankMapping | integer | Bank mapping status | 1 |
| balanceAmount | string | Total balance amount for the product | "150000" |
| periodicities | array | List of associated periodicity IDs | [30847, 30848] |