Product Wise Balance
This API provides fund balances categorized by different financial products such as "COMMCOMB", "EQ+FO+CDS+MCX+OTS", "NSE EQUITIES", etc. Each product includes associated metadata and supported periodicities.
| Header | Type | Description | Example |
|---|
| Authorization | string | Bearer token for authentication | Bearer {{access_token}} |
| Content-Type | string | Content type for request | application/json |
| x-api-key | string | API key for access control | {{x-api-key}} |
🟢Success Response - 200 Ok
| Field | Type | Description | Example/ENUM |
|---|
| status | string | Status of API call | "success" |
| code | string | Response code | "s-101" |
| message | string | Success message | "Success Message" |
| data | array | Array of Product Balance Objects | See below |
📑 Data Object Info Fields
| Field | Type | Description | Example/ENUM |
|---|
| sProductId | string | Unique Product ID | "PRD001" |
| sProductName | string | Name of the Product | "COMMCOMB" / "NSE EQUITIES" |
| sActive | string | Product status | "1" |
| bDefaultProd | string | Whether this is the default product | "0" |
| nBankMapping | string | Linked Bank Mapping Identifier | "1" |
| balanceAmount | string | Fund balance for the product | "150000.00" |
| periodicities | array | Supported periodicity IDs or labels | "129" |