Personalized Following
Given a list of FIDs, return a list of addresses trusted by the extended network.
Last updated
Given a list of FIDs, return a list of addresses trusted by the extended network.
Last updated
/scores/personalized/following/fids
Given a list of input fids, return a list of fids trusted by the extended network of the input fids.
The addresses in the result are ranked by a relative scoring mechanism that is based on the EigenTrust algorithm.
The extended network is derived based on a BFS traversal of the social following graph upto k degrees and until limit is reached.
IMPORTANT: Please use HTTP POST method and not GET method.
2
100
POST /scores/personalized/following/fids HTTP/1.1
Host: graph.cast.k3l.io
Content-Type: application/json
Accept: */*
Content-Length: 5
[
1,
2
]
No content