v1
latestOpenAPI 3.0.42026-07-26159287356.1 KBFeed
Chronologically
Fetch casts for a given user FID in reverse chronological order. Also allows filtering by parent_url and channel
get/v2/farcaster/feed/user/casts/
Query parameters
fidinteger required
Example:194
FID of user whose recent casts you want to fetch
app_fidinteger
Example:9152
Optionally filter to casts created via a specific app FID, e.g. 9152 for Warpcast
viewer_fidinteger
Example:3
FID of the user viewing the feed
limitinteger
Example:30
Number of results to fetch
cursorstring
Pagination cursor
include_repliesboolean
Example:true
Include reply casts by the author in the response, true by default
parent_urlstring
Parent URL to filter the feed; mutually exclusive with channel_id
channel_idstring
Channel ID to filter the feed; mutually exclusive with parent_url
Headers
x-neynar-experimentalboolean
Enables experimental features including filtering based on the Neynar score. See docs for more details.
Response
Success