Group: Feed APIsUse this when you need: Chronologically.
Usage
Parameters
| Parameter | Type | Required | Description | |
|---|---|---|---|---|
fid | number | ✅ | FID of user whose recent casts you want to fetch | |
xNeynarExperimental | boolean | ❌ | - | |
appFid | number | ❌ | - | |
viewerFid | number | ❌ | - | |
limit | number | ❌ | - | |
cursor | string | ❌ | - | |
includeReplies | `boolean | null` | ❌ | - |
parentUrl | string | ❌ | - | |
channelId | string | ❌ | - |
Response
Returns aRequestArgs object.
Error Handling
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.

