Group: Feed APIsUse this when you need: By channel IDs.
Usage
Parameters
| Parameter | Type | Required | Description | |
|---|---|---|---|---|
channelIds | string | ✅ | Comma separated list of up to 10 channel IDs e.g. neynar,farcaster | |
xNeynarExperimental | boolean | ❌ | - | |
withRecasts | `boolean | null` | ❌ | - |
viewerFid | number | ❌ | - | |
withReplies | `boolean | null` | ❌ | - |
membersOnly | `boolean | null` | ❌ | - |
fids | string | ❌ | - | |
limit | number | ❌ | - | |
cursor | string | ❌ | - | |
shouldModerate | `boolean | null` | ❌ | - |
Response
Returns aRequestArgs object.
Error Handling
Related API Reference
📖 API Reference: fetchFeedByChannelIds For detailed information about the HTTP endpoint, request/response schemas, and additional examples, see the complete API documentation.Tips
- Provide a viewerFid when supported to respect mutes/blocks and include
viewer_context. - Keep requests scoped (e.g., use
limit) to improve latency. - Cache results where sensible.

