绑定地址
POST /api/v1/bindAddress
说明: 用户绑定一个新地址
Header
Field
Type
Remarks
ApiKey
String
Authorization
String
Bearer ${unifiedAuthToken} ,其中unifiedAuthToken来自/api/v1/auth接口的返回
I-Authorization
String
Bearer ${addressAuthToken},其中addressAuthToken是使用待绑定的私钥签名,再通过JS-SDK请求签名认证获取
Request Example
Response Parameters
Field
Type
Remarks
code
String
返回码
desc
String
返回信息
data
Object
数据
Response Body
Return Code
code
desc
Remarks
0
success
接口调用成功
11201
address is already bound
当前地址已经绑定
Last updated