v1

latestOpenAPI 3.0.42026-07-26159287356.1 KB
Onchain

Deploy ERC-721 collection

Deploy a new ERC-721A (series) NFT collection.

post/v2/farcaster/nft/deploy/erc721/

Headers

x-wallet-idstring required

Wallet ID to use for transactions

Request body

descriptionstring
external_linkstring
imagestring
max_supplyinteger

Max supply (0 = unlimited)

namestring required
network'base' | 'optimism' | 'base-sepolia' required
royalty_bpsinteger

Royalty in basis points (500 = 5%, max 2500 = 25%)

royalty_recipientstring

Defaults to creator wallet

symbolstring required

Example request

{
  "royalty_recipient": "0x5a927ac639636e534b678e81768ca19e2c6280b7"
}

Response

201

object'nft_collection' required

Example response

{
  "collection": {
    "address": "0x5a927ac639636e534b678e81768ca19e2c6280b7"
  }
}