Batch place into bidding domain names is required
/api/auction/into/bulk
POST
| 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 [,] | 
{
        "appid": "1xxxxxxxx123",
        "gntime": 1641456403,
        "ymlb": "gname1.com\ngname2.com\ngname3.net\ngname4.com\ngname5.com\ngname6.com",
        "gntoken": "4E1BAXXSSSXXXXD80C9CBA8"
}
                | 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 | 
| Field | Parameter | Type | Description | 
|---|---|---|---|
| Successful quantity | oksl | Integer | 1 | 
| Failed quantity | errsl | Integer | 1 | 
| List of successful domain names | ok | Array | |
| List of failed domain names | err | Array | |
| Domain name bidding amount | ok[].data.qian | Integer | 10.00 | 
| Freeze amount after domain bidding | ok[].data.dqian | Integer | 2.00 | 
{
    "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-11-04 20:03:37(UTC+8) Privacy PolicyRegistrants' Benefits And Responsibilities SpecificationsRegistrant Educational Information
Copyright© 2025 GNAME.COM. All rights reserved.