Skip to content

Get Sub Limits

Request to be POSTed to URI: /NorenWClientTP/GetSubLimits

Request Details:

Parameter NamePossible ValueDescription
jData*JSON objectShould send JSON object with fields in the list below

JSON Fields:

Field NamePossible ValueDescription
uid*Logged in User Id
actidAccount id of the logged in user

Response Details:

Response data will be in JSON array of objects with the fields below in case of success:

JSON Fields:

Field NamePossible ValueDescription
statOk or Not_OkRequest success or failure indication
actidAccount id
prdProduct name
s_prdt_aliProduct display name
segEQT/DER/FX/COMSegment
exchExchange
cashCash Margin available
payinTotal Amount transferred using Payins today
payoutTotal amount requested for withdrawal today
brkcollamtPrevalued Collateral Amount
unclearedcashUncleared Cash (Payin through cheques)
daycashAdditional leverage amount / Amount added to handle system errors - by broker.
marginusedTotal margin / fund used today
mtomcurperMtom current percentage
cbuCAC Buy used
cscCAC Sell Credits
rpnlCurrent realized PNL
unmtomCurrent unrealized mtom
marprtCovered Product margins
spanSpan used
expoExposure margin
premiumPremium used
varelmVar Elm Margin
grexpoGross Exposure
greexpo_dGross Exposure derivative
scripbskmarScrip basket margin
addscripbskmrgAdditional scrip basket margin
brokerageBrokerage amount
collateralCollateral calculated based on uploaded holdings
grcollValuation of uploaded holding pre haircut

Sample Success Response:

[
{
"request_time": "17:03:37 04-07-2022",
"stat": "Ok",
"prfname": "KAMBALA",
"cash": "50000000.00",
"daycash": "0.00",
"blk_amt": "0.00",
"unclearedcash": "0.00",
"brkcollamt": "0.00",
"payin": "320.00",
"payout": "-24.00"
},
{
"request_time": "17:03:37 04-07-2022",
"stat": "Ok",
"prfname": "DEFAULT",
"cash": "213145.00",
"daycash": "0.00",
"blk_amt": "0.00",
"unclearedcash": "0.00",
"brkcollamt": "0.00",
"payin": "320.00",
"payout": "-24.00"
},
{
"request_time": "17:03:37 04-07-2022",
"stat": "Ok",
"prfname": "DEFAULT",
"cash": "12345.00",
"daycash": "0.00",
"blk_amt": "0.00",
"unclearedcash": "0.00",
"brkcollamt": "0.00",
"payin": "320.00",
"payout": "-24.00"
}
]

Sample Failure Response:

{
"stat": "Not_Ok",
"emsg": "Server Timeout"
}