1. Check Account Balance
Describe
Request URL
{domain}/open-api/account/balance
Request Method
Request Params
| parameter name | Is it mandatory | type of data | length | example | description |
| appId | mandatory | string | - | - | application APPID |
| param | mandatory | string | - | - | Parameter Body |
| sign | mandatory | string | - | 45eebd745dcf0b5f6d6f9fcde28cd9fe8116a892 | sign |
param
| parameter name | Is it mandatory | type of data | length | example | description |
| timestamp | mandatory | long | - | 1678356680000 | Millisecond timestamp |
Request Body Example
Example of response
Response Params
| parameter name | type of data | example | description |
| code | int | 1000 | Status code see reference |
| message | String | success | The message of status code |
| data | Object | - | Response Data |
| - balance | int | 439369947 | Available balance |
Failed response example