cURL
curl --request GET \ --url https://api.neynar.com/v2/farcaster/fname/availability/ \ --header 'x-api-key: <api-key>'
{ "available": true }
Check if a given fname is available
API key to authorize requests
Success
The response is of type object.
object
Was this page helpful?