Recommendation
The Recommendation
type is the base for finding all information that might be interesting/attractive to a given address based on historical transaction history & current balance.
type Recommendation {
tokenBalanceInfo(
offset: Int
limit: Int
): [TokenInfo!]
tokenRecommendation(
offset: Int
limit: Int
): [TokenRecommendation!]
userRecommendation(
offset: Int
limit: Int
): [UserRecommendation!]
}
Fields
tokenBalanceInfo
(TokenInfo
)
tokenBalanceInfo
provides information on the tokens the input wallet holds in its balance.
tokenRecommendation
(TokenRecommendation
)
tokenRecommendation
are recommended Tokens the address should purchase based on modeling trading behavior & holdings relative to other addresses (i.e. collaborative filtering model).
userRecommendation
(UserRecommendation
)
userRecommendation
are recommended addresses to follow based on the finding other addresses with similar NFT trading history as the input addresses.