API Services

With the API, you can engage in domain name registration and account management! Our API supports domain search, registration, renewal, dropcatch, and the use of your own software and servers, among other functions. You can easily configure domain name servers, select renewals, and create folders for your domains.

Balance Information

Obtain user's account balance information

Request URL
/api/user/balance
Request Method
POST
Request Parameter
Field Parameter Type Required Description
APPID appid String Yes Application Client Id
Timestamp gntime String Yes The current UNIX timestamp
Signature gntoken String Yes Signature string. For details, please refer to the Signature Method page.
Response Data
Field Parameter Type Description
return code code Integer returned status code
return description msg String description of the return request operation
return data data Object return price of the request operation registration
Return Data
Field Parameter Description
consumption amount xfqian 107.00
recharge amount czqian 100.00
balance amount zqian 16.50
frozen amount dqian 9.52
available amount kqian 6.98
Response Demo
{
    "code": 1,
    "msg": "OK",
    "data": {
        "xfqian": "107.00",
        "czqian": "100.00",
        "zqian": "16.50",
        "dqian": "9.52",
        "kqian": "6.98"
    }
}