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.

Auction Details

Get domain auction details.

Request URL
/api/auction/info
Request Parameter
Field Parameter Type Required Description
domain ym String Yes domain in auction: gname.com
Request Demo
{
    "appid": "10xxxxxxxxxx6f7",
    "gntime": 1627975029,
    "ym": "tesl.com",
    "gntoken": "491EF1414C148720F39BDA2D2015D750"
}
Response Data
Field Parameter Type Description
return code code Integer 1:return successfully -1:return failed
return description msg String return the description of request operation
return data data Object return the requested operation result data
Return Data
Field Parameter Description
auction ID id
domain ym cfgp.com
end time jssj 2021-07-03 14:25:10
time left sysj 59m 59s
seconds remaining sytime 3599
state zt 0
state description ztstr in auction,0in auction|1auction closed
whether leading lx_zt Leading state: 1high bid|0out bid
lead user ID lx_uidtxt current lead user
current bid qian 74.80
price increase range xqian 6.80
external bid amount wbqian 68.00
minimum bid amount zdqian 81.60
commission of won domain tcqian 4.08
amount need to be paid for won domain tcqian2 70.72
Response Demo
{
    "code": 1,
    "msg": "OK",
    "data": {
        "id": "677",
        "ym": "tesL.com",
        "jssj": "2021-08-03 16:25:10",
        "sysj": "1h 7m 34s",
        "sytime": 4054,
        "zt": 0,
        "ztstr": "in auction",
        "lx_zt": 1,
        "lx_uid": "your bid ($20.00 frozen)",
        "lx_uidtxt": "your bid",
        "ydzt": 1,
        "yczt": 0,
        "gzzt": 0,
        "dlzt": 1,
        "qianif": 1,
        "qian": "21.60",
        "qian_sc": "$21.60",
        "wbqian": "18.00",
        "wbqian_sc": "(since external auction has not closed,the external bid is not fixed)",
        "wbqianzt": 0,
        "xqian": "1.80",
        "zdqian": "23.40",
        "crqian": "7.00",
        "dqian": "4.68",
        "drate": "0.2",
        "dlqian": "100.01",
        "djqian": "20.00",
        "kqian": "10466.80",
        "tcqian": "2.16",
        "tcrate": "0.6",
        "tc_ms": "(21.60-18.00)×60%=$2.16",
        "tcqian2": "19.44",
        "tc_ms2": "21.60-2.16=$19.44",
        "sclx": "1",
        "beizhu": "--"
    }
}