Neynar · Schema

DeployFungibleResponse

Neynar Farcaster API schema for DeployFungibleResponse

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
contract object
View JSON Schema on GitHub

JSON Schema

deployfungibleresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/DeployFungibleResponse",
  "title": "DeployFungibleResponse",
  "description": "Neynar Farcaster API schema for DeployFungibleResponse",
  "properties": {
    "contract": {
      "properties": {
        "fungible": {
          "properties": {
            "address": {
              "description": "Contract address of the token",
              "type": "string"
            },
            "decimals": {
              "description": "Decimal precision of the token",
              "type": "integer"
            },
            "media": {
              "description": "URI of the token media",
              "type": "string"
            },
            "name": {
              "description": "Name of the token",
              "type": "string"
            },
            "object": {
              "example": "fungible",
              "type": "string"
            },
            "symbol": {
              "description": "Symbol of the token",
              "type": "string"
            }
          },
          "type": "object"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}