Customer Reference
Get Register Link
Obtain your unique register link for your customers to sign up.
Get your unique register link.
GET /v1/account/registerLink HTTP/1.1
Content-Type: application/json
Key: {API Key}
Sign: {Signature}
Response
Body
application/json{
"code": 0,
"message": "string",
"data": "string"
}
| Property | Type | Description |
|---|---|---|
code | number | The response code. Refer to ENUM Definition. |
message | string | The response message. |
data | string | The URL of your unique register link. This link will never change and is tied to your account forever, hence you can store this link for future use. Repeated request for each instance is not necessary. |
Request One-Time Link
The one-time link is returned upon successful verify registration. If the one-time link is expired before customer is able to complete the final registration process, you can request for a new one-time link.
Create Award
Award a binded customer a Gold Convert (GC) and Gold Asset Enhance (GAE) reward. This process will deduct your float account balance to issue Gold Convert (GC) and Gold Asset Enhance (GAE) reward to the customer.