For You
Get a list of casts that have been interacted with the most in a user's extended network.
Last updated
Get a list of casts that have been interacted with the most in a user's extended network.
Last updated
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.
FID to fetch personalized casts for
{"value":2025}
Aggregation function to use
sumsquare
Example: {"value":"sumsquare"}
Possible values: Weights assigned to different types of interactions
L1C10R5Y7
Example: {"value":"L1C10R5Y7"}
Degrees of separation in the social graph
2
Example: {"value":2}
Maximum number of results to return
50
Example: {"value":50}
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
}
]
}