共同好友
GET /api/v1/mutualFriend
说明:通过这个 API,你可以验证或查询两个或两个以上的账号或地址之间的共同好友列表。
Header
Field | Type | Required | Remarks |
---|---|---|---|
ApiKey | String | true | 从管理员获取的 ApiKey |
Request Parameters
Field | Type | Required | Remarks |
---|---|---|---|
address | List | fasle | EOA Address |
twitterUsername | List | fasle | twitter username |
steamId | List | fasle | steamId |
limit | int | 每次查询数量,上限100 | |
cursor | string | 上一页返回的 cursor数据,cursor为空表示查询第一页 |
Request Example
Response Parameters
Field | Type | Remarks |
---|---|---|
code | String | 返回码 |
desc | String | 返回信息 |
data | List | 数据 |
The UserInfo field consists of the following subfields:
Field | Type | Remarks |
---|---|---|
relationId | Relation | Relation用户信息 |
address | List | 地址列表 |
avatar | String | 用户头像 |
推特信息 | ||
steam | Steam | steam信息 |
Response Body
Return Code
code | desc | Remarks |
---|---|---|
0 | success | the flag for a successful request |
Last updated