GET api_v2/AccountDatabases/GetAccountBallanse?accountId={accountId}
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountId |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountBallanse>1.1</AccountBallanse> </Result>
application/json, text/json
Sample:
{ "AccountBallanse": 1.1 }