Fetch Feed by Channel IDs
Retrieve feed content filtered by specific channel IDs. You can filter by up to 10 channel IDs at a time.Parameters
channel_ids
(required): A comma-separated list of channel IDs to filter by (e.g., “neynar,farcaster”). Maximum of 10 channel IDs.
Authorizations
API key to authorize requests
Headers
Query Parameters
Comma separated list of up to 10 channel IDs e.g. neynar,farcaster
Example:
"neynar,farcaster"
Include recasts in the response, true by default
Providing this will return a feed that respects this user's mutes and blocks and includes viewer_context
.
Required range:
x >= 1
Include replies in the response, false by default
Used when filter_type=channel_id. Only include casts from members of the channel. True by default.
Example:
true
Comma separated list of FIDs to filter the feed by, up to 10 at a time
Number of results to fetch
Required range:
1 <= x <= 100
Pagination cursor.
If true, only casts that have been liked by the moderator (if one exists) will be returned.
Response
Success
The response is of type object
.