多维推荐
GET /api/v1/multiDimensionalRecommendation
说明: 通过这个 API,你将可以获得一个推荐列表:与用户存在一些关联(非 1 度)的数据(用户)。这些数据由 Relation 基于用户授权的社交数据和关系图谱进行计算得到,包括但不限于:
有共同好友
交互过相同的合约
持有相同的 NFT
关注了相同的用户
有相同的粉丝的用户
Header
Field | Type | Required | Remarks |
---|---|---|---|
ApiKey | String | true | 从管理员获取的 ApiKey |
Request Parameters
Field | Type | Required | Remarks |
---|---|---|---|
address | String | fasle | EOA Address |
twitterUsername | String | fasle | twitter username |
steamId | String | 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 |
---|---|---|
relation | Relation | Relation用户信息 |
address | List | 地址列表 |
推特信息 | ||
steam | Steam | steam信息 |
description | String | 推荐理由 |
Response Body
Return Code
code | desc | Remarks |
---|---|---|
0 | success | the flag for a successful request |
Last updated