Get the funds of your account balance.
Name | Data Type | Status | Description |
auth-id | Integer | Required | Authentication parameter |
auth-password | String | Required | Authentication parameter |
URL JSON: https://api.cloudns.net/account/get-balance.json
POST/GET: auth-id=0&auth-password=password
URL XML: https://api.cloudns.net/account/get-balance.xml
POST/GET: auth-id=0&auth-password=password
When the authenctication of API user is not correct, any API request will fail with the following status and statusDescription:
{"status":"Failed","statusDescription":"Invalid authentication, incorrect auth-id or auth-password."}
Note: This is example error in JSON format.