🟢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

Get Following Rank For Fids

post

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
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

Query via Handles: /scores/global/following/handles [Try It!]

Last updated