🔵Top Profiles (based on Following)
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.
/scores/global/following/rankings
Get a list of fids based on the follows relationships in the Fracaster network and scored by Eigentrust algorithm.
This API takes two optional parameters - offset and limit.
By default, limit is 100 and offset is 0 i.e., returns top 100 fids.
Query parameters
offsetany ofOptionalDefault:
0
integerOptional
nullOptional
limitany ofOptionalDefault:
100
integer · max: 1000Optional
nullOptional
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
get
GET /scores/global/following/rankings HTTP/1.1
Host: graph.cast.k3l.io
Accept: */*
No content
Last updated