Batch verify the status of the Buy It Now domain name to be purchased
/api/buynow/check/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 sets | ymlb | String | Yes | Multiple domain names separated by [,] | 
{
    "appid": "xxxxxxxxxxxxxxxxxxxx",
    "gntime": 1694682851,
    "ymlb": "example2.com,example.com",
    "gntoken": "xxxxxxxxxxxxxxxxxxxxx"
}
                | 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 the requested operation result data | 
| Field | Parameter | Type | Description | 
|---|---|---|---|
| domain | data[].ym | example.com | |
| ID | data[].id | 123642 | |
| status | data[].zt | 0=purchasable, 1=purchased or removed, 2=domain name sold by oneself, 3=other abnormal errors | |
| Price | data[].qian | 1000.00 | 
{
    "code": 1,
    "msg": "OK",
    "data": {
        "ok": [
            {
                "code": 1,
                "msg": "OK",
                "data": {
                    "qian": "100.00",
                    "ym": "12121hhhhqw.com",
                    "id": "8275210",
                    "zt": 0
                }
            }
        ],
        "err": [
            {
                "code": -1,
                "msg": "Sorry, the domain name has been removed or has been purchased",
                "data": {
                    "zt": 1,
                    "ym": "12312ss.com"
                }
            }
        ]
    }
}
                Current system time:2025-11-04 19:59:24(UTC+8) Privacy PolicyRegistrants' Benefits And Responsibilities SpecificationsRegistrant Educational Information
Copyright© 2025 GNAME.COM. All rights reserved.