List of Purchased Buy It Now
List of Purchased Buy It Now#
List of buy it now domain names purchased by users|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 name | ym | String | No | domain Set, multiple domains are separated by , |
| status | zt | Integer | No | record status: 1=Succeed, 2=Failed, 3=Canceled, 9=Transferring |
| pages | page | Integer | No | page |
| page size | limit | Integer | No | page size |
|Response Data#
| Field | Parameter | Type | Description |
|---|
| return code | code | Integer | 1:return successed, -1:return failed |
| return message | msg | String | Return operation message |
| return data | data | Object | return operation data |
|Response Demo#
{
"code": 1,
"msg": "OK",
"data": [
{
"id": "7556676",
"ym": "exmaple.com",
"uid": "2xxxx",
"qian": "26.62",
"mj_uid": "1xxxx",
"mj_sj": "2023-08-21 22:52:36",
"zt": 9,
"ztstr": "Transferring"
}
],
"count": 1,
"page": 1,
"pagesize": 20
}
Modified at 2026-05-08 14:12:06