🟢Get Direct Engagement

Given a list of FIDs, return a list of FIDs that only the input FIDs have directly engaged with.

/links/engagement/fids

Get Direct Engagement For Fids

post

Given a list of input fids, return a list of fids that only the input fids have directly engaged with.

Query parameters
limitany ofOptionalDefault: 100
integer · max: 1000Optional
or
nullOptional
Body
integer[]Optional
Responses
200
Successful Response
application/json
Responseany
post
POST /links/engagement/fids HTTP/1.1
Host: graph.cast.k3l.io
Content-Type: application/json
Accept: */*
Content-Length: 27

[
  "dwr.eth",
  "varunsrin.eth"
]

No content

Query via handles:

/links/engagement/handles [Try It!]

Last updated