🔵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

Get a list of casts that have been interacted with the most in a user's extended network.

Path parameters
fidintegerRequired

FID to fetch personalized casts for

Example: {"value":2025}
Query parameters
aggstring · enumOptional

Aggregation function to use

Default: sumsquareExample: {"value":"sumsquare"}Possible values:
weightsstringOptional

Weights assigned to different types of interactions

Default: L1C10R5Y7Example: {"value":"L1C10R5Y7"}
kintegerOptional

Degrees of separation in the social graph

Default: 2Example: {"value":2}
limitintegerOptional

Maximum number of results to return

Default: 50Example: {"value":50}
Responses
200
Successful response
application/json
get
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