🟢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
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
nullOptional
Body
integer[]Optional
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
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
Last updated