Neynar · Schema

Fid

The unique identifier of a farcaster user or app (unsigned integer)

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain
View JSON Schema on GitHub

JSON Schema

fid.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/Fid",
  "title": "Fid",
  "description": "The unique identifier of a farcaster user or app (unsigned integer)",
  "example": 3,
  "format": "int32",
  "minimum": 0,
  "type": "integer"
}