Group: Channel APIsUse this when you need: Relevant followers.
Usage
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | ✅ | Channel ID being queried |
viewerFid | number | ✅ | The FID of the user to customize this response for. Providing this will also return a list of followers that respects this user's mutes and blocks and includes `viewer_context`. |
xNeynarExperimental | boolean | ❌ | - |
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.

