Skip to main content

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 Parameters

HeaderTypeDescriptionExample
AuthorizationstringBearer token for authenticationBearer {{access_token}}
Content-TypestringContent type for requestapplication/json
x-api-keystringAPI key for access control{{x-api-key}}

🟢Success Response - 200 Ok

FieldTypeDescriptionExample/ENUM
statusstringStatus of API call"success"
codestringResponse code"s-101"
messagestringSuccess message"Success Message"
dataarrayArray of Product Balance ObjectsSee below

📑 Data Object Info Fields

FieldTypeDescriptionExample/ENUM
sProductIdstringUnique Product ID"PRD001"
sProductNamestringName of the Product"COMMCOMB" / "NSE EQUITIES"
sActivestringProduct status"1"
bDefaultProdstringWhether this is the default product"0"
nBankMappingstringLinked Bank Mapping Identifier"1"
balanceAmountstringFund balance for the product"150000.00"
periodicitiesarraySupported periodicity IDs or labels"129"
get/transactional/v1/producteWiseBalance