There was an error while loading. Please reload this page.
Returns json data about account.
http://122.8.148.106/robot/api/v1/account/<brokerCode>/<accountNo>
GET
Header : X-API-KEY
X-API-KEY
Code: 200
Content:
{ "status": "T", "message": null, "data": { "account": { "primary": false, "accountNo": "1234567-8", "marketValue": 0, "line": 100000, "excessEquity": null, "equity": 100000, "credit": 0, "cash": 100000, "name": null, "clientType": null, "market": "EQUITY", "accountType": "CASH_BALANCE", "params": {} } } }
{ "status": "F", "message": "Invalid api key", "data": {} }
OR
{ "status": "F", "message": "Account not found", "data": {} }