Group: Studio APIsUse this when you need: Check if a custom subdomain is available.
Usage
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
fid | number | ✅ | Farcaster ID of the requesting user |
subdomain | string | ✅ | The desired subdomain (without .neynar.app suffix). Must be 3-63 characters, lowercase alphanumeric and hyphens only. |
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.