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.

Bulk Place Bid

Batch place into bidding domain names is required

Request URL
/api/auction/into/bulk
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.
Domain list ymlb String Yes List of bidding domain names, for example: multiple domain names separated by [,]
Request Demo
{
        "appid": "1xxxxxxxx123",
        "gntime": 1641456403,
        "ymlb": "gname1.com\ngname2.com\ngname3.net\ngname4.com\ngname5.com\ngname6.com",
        "gntoken": "4E1BAXXSSSXXXXD80C9CBA8"
}
Response Data
Field Parameter Type Description
return code code Integer 1:return successfully -1:return failed
return description msg String description of the return request operation
return data data Object return result data
Return Data
Field Parameter Description
Successful quantity oksl 1
Failed quantity errsl 1
List of successful domain names ok
List of failed domain names err
Domain name bidding amount ok[].data.qian 10.00
Freeze amount after domain bidding ok[].data.dqian 2.00
Response Demo
{
    "code": 1,
    "msg": "OK",
    "data": {
        "oksl": 8,
        "errsl": 12,
        "ok": [
            {
                "code": 1,
                "msg": "success",
                "data": {
                    "qian": 100,
                    "dqian": "20"
                },
                "ym": "gname1.com"
            }
        ],
        "err": [
            {
                "code": -1,
                "msg": "Sorry,You have participated in the bid",
                "data": "",
                "ym": "gname2.com"
            },
            {
                "code": -1,
                "msg": "Sorry,failed to place into the bidding",
                "data": "",
                "ym": "gname3.com"
            }
        ]
    }
}

Current system time:2025-08-04 10:41:18(UTC+8) Privacy PolicyRegistrants' Benefits And Responsibilities SpecificationsRegistrant Educational Information

Copyright© 2025 GNAME.COM. All rights reserved.