Funds

In fund service apis, user gets the fund information of various segments.

MethodsAPIsEndpointDescription
GETFund details/fundsTo retrieve fund details

Fund details API

The GET Request to RMS returns fund, cash and margin information of the user for equity and commodity segments.

Sample Response
{
  "status": "success",
  "data": {
    "cash": "10000000.00",
    "adhoc_limit": "0.00",
    "net": "9570392.54",
    "available_limit": "9570392.54",
    "realised_profit": "-350.00",
    "utilized_limit": "-408265.05",
    "payin_amount": "0.00",
    "payout_amount": "0.00",
    "collateral": "108611.84"
  }
}