Bind Address
POST /api/v1/bindAddress
Note: It is for a user to bind a new address.
Header
Field
Type
Remarks
Authorization
String
Bearer ${unifiedAuthToken} , in which the unifiedAuthToken is the result returned by /api/v1/auth
I-Authorization
String
Bearer ${addressAuthToken},in which the addressAuthToken is signed by the private key of addressto be binded and subsequently acquired with the signature authenticationprocess through the JS-SDK.
Request Example
Response Parameters
Field
Type
Remarks
code
String
the Return Code
desc
String
the Return Message
data
Object
the Data
Response Body
Return Code
code
desc
Remarks
0
success
the flag for a successful request
11201
address is already binded.
The address is already binded.
Last updated