Syntax
Function GetAccountSummary(AccountID As Long) As String
Description
The GetAccountSummary operation is used to Get an Account Summary under the specific given Account ID.
Request Parameters
| Name | Description | Required |
| AccountID |
|
Yes |
Response Elements
| Name | Description |
| AccountID | This operation returns a Composite JSON object of the type AccountSummary. In case of success. The following are the AccountSummary Data member:Account ID |
| Balance | Account Balance |
| Equity | Account Equity |
| UsedMargin | Account Used Margin |
| FreeMargin | Account Free Margin |
| ProfitLoss | Account Profit Loss |
| Credit | Account Credit |
| ParentGroupDescription | Account Parent Group Description |
See Also