Buy It Now Data#
1、It is recommended to synchronize every day at 17:00 (UTC+8)2、File Content Format DescriptionDomain Name | Price (USD) | Deadline for sale | Domain Name Registration Time | Domain Name Expiration TimeEg:gname.com|10000.00|2021-12-31 12:34:56|2009-01-02 12:00:00|2019-01-02 12:00:00|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. |
| data type | type | String | Yes | date type: all=all buy it now data, gname=Gname sales data |
|Request Demo#
{
"appid": "10xxxxxxxxxxx",
"gntime": 1637134201,
"gntoken": "6Cxxxxxxxxxxxxxxxx18E267",
"type": "all"
}
|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 |
|响应数据#
{
"code": 1,
"msg": "2021-11-17-buynow_file_url",
"url": "http://oss1.gname.net/resource/buynow/b5sdasaq12qsqas39385a9b87733d9.zip"
}
Modified at 2026-05-08 13:58:15