Skip to content

Funds

Fund Limit

Get all information of your trading account like balance, margin utilised, collateral, etc.

curl --request GET \
--url https://api.dhan.co/fundlimit \
--header 'Content-Type: application/json' \
--header 'access-token: JWT'
dhan.get_fund_limits()

Request Structure

No Body

Response Structure

{
    "dhanClientId":"1000000009",
    "availabelBalance": 98440.0,
    "sodLimit": 113642,
    "collateralAmount": 0.0,
    "receiveableAmount": 0.0,
    "utilizedAmount": 15202.0,
    "blockedPayoutAmount": 0.0,
    "withdrawableBalance": 98310.0
}

Parameters

Field Type Description
dhanClientId string User specific identification generated by Dhan
availabelBalance float Available amount to trade
sodLimit float Start of the day amount
collateralAmount float Amount received against collateral
receiveableAmount float Amount available against selling deliveries
utilizedAmount float Amount utilised in the day
blockedPayoutAmount float Amount blocked against payout request
withdrawableBalance float Amount available to withdraw in bank account


Note: For description of enum values, refer Annexure