Skip to main content

PERIODICITY-WISE BALANCE API

This API provides the periodicity-wise fund balance details of a user. It includes categorized balances such as cash deposit, adhoc deposit, miscellaneous deposit, overdraft limits, etc.

🔍 Query Parameters

ParameterTypeRequiredDescriptionExample
client_idstringNoClient ID to fetch balance details for an end userclient_id=VISHAL1
periodicityintegerNoPeriodicity ID used to filter balance data. It can be obtained from the Margin Info APIperiodicity=30847

🔑 Header Parameters

HeaderTypeDescriptionExample
Content-TypestringSpecifies the media type of the request payloadapplication/json
AuthorizationstringDealer authentication tokenBearer {{access_token}}
x-api-keystringAPI key used to authorize the request{{x-api-key}}

🟢 Success Response - 200 OK

Content-Type: application/json

FieldTypeDescriptionExample
statusstringStatus of API call"success"
codestringResponse code to user request"s-110"
messagestringSuccess message"Balance fetched successfully"
dataobject[]Array of periodicity-wise balance objectsRefer below

📦 Periodicity Balance Object Fields

FieldTypeDescriptionExample
idstringPeriodicity ID"30847"
namestringExchange or balance category"NSE"
dataobject[]Array containing detailed balance entriesRefer below

📊 Balance Data Object Fields

FieldTypeDescriptionExample
sSignstringIndicates whether balance is added or deducted"+" / "-"
sDescriptionstringDescription of the balance type"Cash Deposit"
nTradingintegerAmount available for trading50000
nIPOintegerAmount available for IPO trading10000
nMFintegerAmount available for Mutual Fund trading5000
nTotalintegerTotal balance amount65000
sIndicatorstringType/category of balance"Deposit"
nIdintegerUnique identifier for the balance entry1