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