Neynar · Schema

DeployFungibleReqBody

Neynar Farcaster API schema for DeployFungibleReqBody

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationWebhookOnchain

Properties

Name Type Description
factory string Factory name - wow -> [wow.xyz](https://wow.xyz) - clanker -> [clanker.world](https://www.clanker.world)
metadata[description] string Description of the token
metadata[discord] string Discord server link
metadata[media] string Media file associated with the token. Supported formats are image/jpeg, image/gif and image/png
metadata[nsfw] string Indicates if the token is NSFW (Not Safe For Work).
metadata[telegram] string Telegram link
metadata[twitter] string Twitter profile link
metadata[website_link] string Website link related to the token
name string Name of the token
network string Network/Chain name
owner string Ethereum address of the one who is creating the token
symbol string Symbol/Ticker for the token
View JSON Schema on GitHub

JSON Schema

deployfungiblereqbody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/DeployFungibleReqBody",
  "title": "DeployFungibleReqBody",
  "description": "Neynar Farcaster API schema for DeployFungibleReqBody",
  "properties": {
    "factory": {
      "default": "wow",
      "description": "Factory name\n- wow -> [wow.xyz](https://wow.xyz)\n- clanker -> [clanker.world](https://www.clanker.world)",
      "enum": [
        "wow",
        "clanker"
      ],
      "type": "string"
    },
    "metadata[description]": {
      "description": "Description of the token",
      "type": "string"
    },
    "metadata[discord]": {
      "description": "Discord server link",
      "type": "string"
    },
    "metadata[media]": {
      "description": "Media file associated with the token. \nSupported formats are image/jpeg, image/gif and image/png",
      "format": "binary",
      "nullable": true,
      "type": "string"
    },
    "metadata[nsfw]": {
      "description": "Indicates if the token is NSFW (Not Safe For Work).",
      "enum": [
        "true",
        "false"
      ],
      "type": "string"
    },
    "metadata[telegram]": {
      "description": "Telegram link",
      "type": "string"
    },
    "metadata[twitter]": {
      "description": "Twitter profile link",
      "type": "string"
    },
    "metadata[website_link]": {
      "description": "Website link related to the token",
      "type": "string"
    },
    "name": {
      "description": "Name of the token",
      "type": "string"
    },
    "network": {
      "default": "base",
      "description": "Network/Chain name",
      "enum": [
        "base"
      ],
      "type": "string"
    },
    "owner": {
      "description": "Ethereum address of the one who is creating the token",
      "type": "string"
    },
    "symbol": {
      "description": "Symbol/Ticker for the token",
      "type": "string"
    }
  },
  "required": [
    "owner",
    "symbol",
    "name"
  ],
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/deployfungiblereqbody"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.