🔵For You
Get a list of casts that have been interacted with the most in a user's extended network.
https://graph.cast.k3l.io/casts/personalized/popular/{fid}
Get a list of casts that have been interacted with the most in a user's extended network.
Path parameters
fidintegerRequiredExample:
FID to fetch personalized casts for
{"value":2025}Query parameters
aggstring · enumOptionalDefault:
Aggregation function to use
sumsquareExample: {"value":"sumsquare"}Possible values: weightsstringOptionalDefault:
Weights assigned to different types of interactions
L1C10R5Y7Example: {"value":"L1C10R5Y7"}kintegerOptionalDefault:
Degrees of separation in the social graph
2Example: {"value":2}limitintegerOptionalDefault:
Maximum number of results to return
50Example: {"value":50}Responses
200
Successful response
application/json
422
Validation Error
application/json
get
/casts/personalized/popular/{fid}GET /casts/personalized/popular/{fid} HTTP/1.1
Host: graph.cast.k3l.io
Accept: */*
{
"result": [
{
"cast_hash": "text",
"cast_text": "text",
"cast_embeds": "text",
"cast_fid": 1,
"cast_score": 1
}
]
}Last updated

