For the complete documentation index, see llms.txt. This page is also available as Markdown.

🔵Top Profiles (based on Engagement)

Get Top Engagement Profiles. This strategy emphasizes peer-to-peer likes, recasts, replies and mentions in increasing order of importance.

/scores/global/engagement/rankings

Get Top Engagement Profiles

get

Get a list of fids based on the engagement 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
offsetinteger · nullableOptionalDefault: 0
limitinteger · max: 1000 · nullableOptionalDefault: 100
Responses
200

Successful Response

application/json
anyOptional
get/scores/global/engagement/rankings
GET /scores/global/engagement/rankings HTTP/1.1
Host: graph.cast.k3l.io
Accept: */*

No content

Last updated