Unbind Address
POST /api/v1/unbindAddress
Note: It is for a user to unbind an address that was binded before.
Header
Field
Type
Remarks
ApiKey
String
Authorization
String
Bearer ${unifiedAuthToken} , in which the unifiedAuthToken is the result returned by /api/v1/auth
Request Parameters
Field
Type
Remarks
address
String
web3 address
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
11202
address is not binded
This address is not binded yet.
11203
not the address holder
This address does not belong to the caller.
Last updated