🔵Top Profiles in Channel

Get a list of FIDs based on the engagement relationships in the given channel and ranked by Eigentrust algorithm.

Get Top Channel Profiles

get

Get a list of fids based on the engagement relationships in the given channel and scored by Eigentrust algorithm.

Specify one of the following as channel_id: degen, base, optimism, founders, farcaster This API takes two optional parameters - offset and limit.

Parameter 'offset' is used to specify how many results to skip and can be useful for paginating through results.

Parameter 'limit' is used to specify the number of results to return.

Parameter 'lite' is used to indicate if additional details like fnames and percentile should be returned or not.

By default, limit is 100, offset is 0 and lite is True i.e., returns top 100 fids.

Path parameters
channelstring · enumRequiredPossible values:
Query parameters
offsetany ofOptionalDefault: 0
integerOptional
or
nullOptional
limitany ofOptionalDefault: 100
integer · max: 1000Optional
or
nullOptional
litebooleanOptionalDefault: true
Responses
200
Successful Response
application/json
Responseany
get
GET /channels/rankings/{channel} HTTP/1.1
Host: graph.cast.k3l.io
Accept: */*

No content

Last updated