Group: Notification APIsUse this when you need: For user by parent_urls.
Usage
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
fid | number | ✅ | FID of the user you you want to fetch notifications for. The response will respect this user's mutes and blocks. |
parentUrls | string | ✅ | Comma separated parent_urls |
xNeynarExperimental | boolean | ❌ | - |
limit | number | ❌ | - |
cursor | 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.

