Mint NFT(s)
Mints an NFT to one or more recipients on a specified network and contract, using a configured server wallet. Contact us to set up your wallet configuration if you don’t have one.
Related tutorial: Minting for Farcaster Users
Authorizations
API key to authorize requests
Headers
Wallet ID to use for transactions
Body
Request body for NFT minting operation.
Ethereum address
^0x[a-fA-F0-9]{40}$"0x5a927ac639636e534b678e81768ca19e2c6280b7"
Network to mint on.
base, optimism, base-sepolia "base"
List of recipients to mint to (1-200 recipients allowed).
1 - 200 elementsNFT mint recipient. Exactly one of "address" or "fid" must be set.
- Option 1
- Option 2
If true, returns immediately after sending the transaction.
false
Response
Success
Response for NFT minting operation.
Array of per-recipient mint results (success or error).
Successful mint transaction.
- Option 1
- Option 2