---
title: "Fetch fresh FID"
method: GET
path: "/v2/farcaster/user/fid/"
tags: ["User"]
---

# Fetch fresh FID

`GET /v2/farcaster/user/fid/`

Fetches FID to [assign it to new user](https://docs.neynar.com/reference/register-account).

## Headers

- `x-neynar-experimental` boolean
- `x-wallet-id` string, required

## Response `200`

Success

- UserFIDResponse
  - `fid` integer, required — The unique identifier of a farcaster user or app (unsigned integer)

## Other responses

- `500` — Server Error

---

[API](https://skmtc.dev/neynar/apis/neynar-api.md) · [All operations](https://skmtc.dev/neynar/apis/neynar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/neynar/neynar-api/revisions/dbb91bfb0d1a/schema)
