Buy It Now Detail#
Obtain Buy It Now Domain Name Detailstrade_type :
nei=Our site [can be directly managed after successful purchase]wai=Partner site [can only be managed after 1-40 days of handover after successful purchase]|Request URL#
|Request Method#
|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 | ym | String | Yes | domain |
|Request Demo#
{
"appid": "1xxxxxxxxx",
"gntime": 1633145544,
"ym": "gname.com",
"gntoken": "4Dxxxxxxxxxxx3E"
}
|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 | Type | Description |
|---|
| ID | id | Integer | 12345 |
| Domain | ym | String | gname.com |
| Price | qian | Float | 999999.00 |
| Deadline | jssj | String | 2079-01-01 00:00:00 |
| Domain registration time | zcsj | String | 2021-11-10 12:34:56 |
| Domain expiration time | dqsj | String | 2022-11-10 12:34:56 |
| Trade type | trade_type | String | - |
|Response Demo#
{
"code": 1,
"msg": "OK",
"data": {
"id": "8272474",
"ym": "xxxxxx.com",
"zcsj": "2021-11-10 00:00:00",
"dqsj": "2022-11-10 00:00:00",
"qian": "409.32",
"jssj": "2079-01-01 00:00:00",
"trade_type": "nei"
}
}
Modified at 2026-05-08 13:53:53