How to fetch my fund balance and available margin balance
-
I want to fetch my fund balance and available margin balance.
-
@aksharmty In PHP, you can hit RMS API url with Curl (along with proper authorization headers) and parse response JSON to get all details. You can get Endpoint and Response format from here https://smartapi.angelbroking.com/docs/User#Funds
-
you can use rmslimits() api call for that..