Multi-dimensional Recommendation
Last updated
Last updated
Through this API, you will receive a recommendation list: data (users) that have some association with the user (not 1-degree). This data is calculated by Relation based on the user's authorized social data and relationship graph, including but not limited to:
Having mutual friends
Interacted with the same contract
Holding the same NFT
Following the same users
Users with the same followers
Header
Field | Type | Required | Remarks |
---|---|---|---|
Request Parameters
Field | Type | Required | Remarks |
---|---|---|---|
Request Example
Response Parameters
The UserInfo field consists of the following subfields:
Response Body
Return Code
Field | Type | Remarks |
---|---|---|
Field | Type | Remarks |
---|---|---|
code | desc | Remarks |
---|---|---|
ApiKey
String
true
ApiKey obtained from the administrator
address
String
fasle
EOA Address
twitterUsername
String
fasle
twitter username
steamId
String
fasle
steamId
limit
Integer
true
Query limit (up to 100)
cursor
String
true
Cursor data returned by last page. If it is empty, it means the caller is querying the first page.
code
String
Return code
desc
String
Return message
data
List
Data
relationId
Relation
Relation information
address
List
Address list
Twitter information
steam
Steam
Steam information
description
String
Reason for recommendation
0
success
the flag for a successful request