Neynar · Schema
SimulateNftMintResponse
Calldata simulations for NFT minting.
FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationWebhookOnchain
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://neynar.com/schemas/SimulateNftMintResponse",
"title": "SimulateNftMintResponse",
"description": "Calldata simulations for NFT minting.",
"items": {
"properties": {
"abi": {
"description": "ABI for the mint function.",
"nullable": true
},
"args": {
"items": {},
"type": "array"
},
"calldata": {
"description": "Calldata for the mint transaction.",
"example": "0xabcdef",
"type": "string"
},
"data": {
"example": "0x1234abcd",
"type": "string"
},
"estimated_total_cost_wei": {
"description": "Estimated total cost in wei (value + gas). Use this for price display.",
"example": "100000000000000",
"type": "string"
},
"function_name": {
"example": "mintTo",
"type": "string"
},
"network": {
"example": "base",
"type": "string"
},
"recipient": {
"anyOf": [
{
"properties": {
"address": {
"$ref": "#/components/schemas/EthAddress"
},
"fid": {
"not": {}
},
"quantity": {
"default": 1,
"description": "Quantity to mint (must be at least 1). Defaults to 1.",
"example": 1,
"minimum": 1,
"type": "integer"
}
},
"required": [
"address"
],
"type": "object"
},
{
"properties": {
"address": {
"not": {}
},
"fid": {
"$ref": "#/components/schemas/Fid"
},
"quantity": {
"default": 1,
"description": "Quantity to mint (must be at least 1). Defaults to 1.",
"example": 1,
"minimum": 1,
"type": "integer"
}
},
"required": [
"fid"
],
"type": "object"
}
],
"description": "NFT mint recipient. Exactly one of \"address\" or \"fid\" must be set."
},
"to": {
"$ref": "#/components/schemas/EthAddress"
},
"value": {
"example": "0",
"type": "string"
}
},
"required": [
"recipient",
"function_name",
"args",
"to",
"data",
"value",
"estimated_total_cost_wei",
"network",
"calldata"
],
"type": "object"
},
"type": "array"
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/simulatenftmintresponse"
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.