If you didn't backorder or break into the domain that in auction and place a bid on the domain that in auction. System will automatically break into and freeze the corresponding amount.
/api/auction/bid
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 in auction | ym | String | Yes | your interested domain: gname.com |
bid amount | qian | Float | Yes | bid amount: 100.01 |
{ "appid": "10xxxxxxxxx6f7", "gntime": 1627971957, "qian": "19.80", "ym": "tesl.com", "gntoken": "7BDC3AE2E789C51C48BF6B44D9DD1DA2" }
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 |
//failure { "code": -1, "msg": "sorry, bid failed, reason: minimum bid is $19.80", "data": "" } //success { "code": 1, "msg": "bid successfully", "data": { "ym": "tesl.com" } }
Privacy PolicyRegistrants' Benefits And Responsibilities SpecificationRegistrant Educational Information Copyright© 2024 GNAME.COM. All rights reserved.