查询地址
GET /api/v1/listAddress
说明: 查询用户的web3地址列表
Header
Field
Type
Required
Remarks
Authorization
String
false
Bearer ${unifiedAuthToken} ,其中unifiedAuthToken来自/api/v1/auth接口的返回
Request Parameters
Field
Type
Remarks
relationId
String
relationId
Request Example
Response Parameters
Field
Type
Remarks
code
String
返回码
desc
String
返回信息
data
List[AddressInfo]
数据
The AddressInfo field consists of the following subfields:
Field
Type
Remarks
address
String
用户web3 address
Response Body
Return Code
code
desc
Remarks
0
success
接口调用成功
Last updated