🟢Profile Rank (based on Following)
Given a list of input handles, return a list of FIDs that are ranked based on the follows relationships in the Fracaster network and scored by Eigentrust algorithm.
/scores/global/following/fids
Given a list of input fids, return a list of fids that are ranked based on the follows relationships in the Fracaster network and scored by Eigentrust algorithm.
Bodyinteger[]
integer[]Optional
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
post
POST /scores/global/following/fids HTTP/1.1
Host: graph.cast.k3l.io
Content-Type: application/json
Accept: */*
Content-Length: 5
[
1,
2
]
No content
Last updated