Check the wallet balance without transfer

* Interface address: * Domain name/v1/wallet/balance

* Request parameters:

Field name type length Must-choose illustrate
username string 5-11 yesMember name, no prefix required
sign_key string 32 yesEncrypted signature
code string 32 yesmd5(sign_key+api_account+username)

* Response parameters

Field name type illustrate
statusCode string Whether it is successful. 01:Success; Other failures;
message string Information corresponding to code
data string Balance

* Return data content

{

"statusCode": "01",
"data": "100.25",

“message”: “Success” }