🟢Personalized Following
Given a list of FIDs, return a list of addresses trusted by the extended network.
/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.
Query parameters
kinteger · max: 5OptionalDefault:
2
limitany ofOptionalDefault:
100
integer · max: 1000Optional
nullOptional
Bodyinteger[]
integer[]Optional
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
post
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
Last updated