Transfer In
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 to be transferred in |
auth code |
code |
String |
Yes |
auth code of transferred domain,Base64 string |
Premium amount |
qian |
Float |
No |
Transfer premium domain name amount |
Response Data
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 |
Return Data
Field |
Parameter |
Description |
task ID |
id |
1234 |
Response Demo
{
"code": 1,
"msg": "submit successfully,please wait for 1-7 days,frozen $9.52",
"data": {
"id": 1234
}
}
{
"code": -1,
"msg": "Sorry,gname.com is a premium domain name. Please confirm before proceeding",
"data": {
"price": "220.00"
}
}