Funds
Funds Limits¶
Type | API | Details |
---|---|---|
Get | funds/limits | Place a new funds |
Response Structure
{
"status": "Ok",
"message": "Success",
"result": [
{
"availableMargin": 0.0,
"openingBalance": 0.0,
"marginUsed": 0.0,
"payin": 0.0,
"stockPledge": 0.0,
"holdingSellCredit": 0.0,
"brokerage": 0.0,
"exposure": 0.0,
"span": 0.0,
"premium": 0.0,
"payout": 0.0,
"unclearedCash": 0.0,
"fnoDay": 0.0,
"fnoNrml": 0.0,
"cdsDay": 0.0,
"cdsNrml": 0.0,
"mcxDay": 0.0,
"mcxNrml": 0.0
}
]
}
Parameters
Field | Type | Description |
---|---|---|
availableMargin | Int | User specific identification generated by nidhi |
openingBalance | Int | Available amount to trade |
marginUsed | Int | Start of the day amount |
payin | Int | Amount received against collateral |
stockPledge | Int | Amount available against selling deliveries |
holdingSellCredit | Int | Amount utilised in the day |
brokerage | Int | Amount blocked against payout request |
exposure | Int | Amount available to withdraw in bank account |
span | Int | Available amount to trade |
premium | Int | Available amount to trade |
payou | Int | |
unclearedCas | Int | |
fnoNrm | Int | |
cdsDa | Int | |
cdsNrm | Int | |
mcxDa | Int | |
mcxNrml"Int |