Fetches FID to assign it to new user
cURL
curl --request GET \ --url https://api.neynar.com/v2/farcaster/user/fid/ \ --header 'x-api-key: <api-key>'
{ "fid": 3 }
API key to authorize requests
Enables experimental features including filtering based on the Neynar score. See docs for more details.
Success
The response is of type object.
object
Was this page helpful?