Neynar · Schema

NonceResponse

Neynar Farcaster API schema for NonceResponse

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
nonce string The nonce value to sign the message
View JSON Schema on GitHub

JSON Schema

nonceresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/NonceResponse",
  "title": "NonceResponse",
  "description": "Neynar Farcaster API schema for NonceResponse",
  "properties": {
    "nonce": {
      "description": "The nonce value to sign the message",
      "example": "neynarbMi9zSDuOC1GFqixR",
      "type": "string"
    }
  },
  "required": [
    "nonce"
  ],
  "type": "object"
}