Group: Feed APIsUse this when you need: By filters.
Usage
Parameters
| Parameter | Type | Required | Description | |
|---|---|---|---|---|
xNeynarExperimental | boolean | ❌ | - | |
feedType | FetchFeedFeedTypeEnum | ❌ | - | |
filterType | FetchFeedFilterTypeEnum | ❌ | - | |
fid | number | ❌ | - | |
fids | string | ❌ | - | |
parentUrl | string | ❌ | - | |
channelId | string | ❌ | - | |
membersOnly | `boolean | null` | ❌ | - |
embedUrl | string | ❌ | - | |
embedTypes | Array<FetchFeedEmbedTypesEnum> | ❌ | - | |
withRecasts | `boolean | null` | ❌ | - |
limit | number | ❌ | - | |
cursor | string | ❌ | - | |
viewerFid | number | ❌ | - |
Response
Returns aRequestArgs object.
Error Handling
Related API Reference
📖 API Reference: fetchFeed 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.

