Neynar · Schema

TransactionFrameResponse

Neynar Farcaster API schema for TransactionFrameResponse

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
transaction_frame object
View JSON Schema on GitHub

JSON Schema

transactionframeresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/TransactionFrameResponse",
  "title": "TransactionFrameResponse",
  "description": "Neynar Farcaster API schema for TransactionFrameResponse",
  "properties": {
    "transaction_frame": {
      "$ref": "#/components/schemas/TransactionFrame"
    }
  },
  "required": [
    "transaction_frame"
  ],
  "type": "object"
}