Simulate NFT mint calldata
NFTs
Simulate NFT mint calldata
Simulates mint calldata for the given recipients, contract, and network. Useful for previewing calldata and ABI before minting.
GET
Simulate NFT mint calldata
Related tutorial: Minting for Farcaster Users
Authorizations
API key to authorize requests
Query Parameters
JSON array of recipients (same structure as POST).
Ethereum address
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x5a927ac639636e534b678e81768ca19e2c6280b7"
Network to mint on.
Available options:
base, optimism, base-sepolia Response
Success
Calldata for the mint transaction.
Example:
"0xabcdef"
Example:
"0x1234abcd"
Estimated total cost in wei (value + gas). Use this for price display.
Example:
"100000000000000"
Example:
"mintTo"
Example:
"base"
NFT mint recipient. Exactly one of "address" or "fid" must be set.
- Option 1
- Option 2
Ethereum address
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x5a927ac639636e534b678e81768ca19e2c6280b7"
Example:
"0"
ABI for the mint function.