GET api_v2/Accounts/GetAccountBalance?accountId={accountId}
Получить баланс аккаунта
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountId | Id аккаунта |
Define this parameter in the request URI. |
Response Information
Баланс аккаунта
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountBalance>1</AccountBalance> </Result>
application/json, text/json
Sample:
{ "AccountBalance": 1.0 }