v1
latestOpenAPI 3.0.42026-07-26159287356.1 KBOnchain
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
Example request
{
"royalty_recipient": "0x5a927ac639636e534b678e81768ca19e2c6280b7"
}Response
201
Example response
{
"collection": {
"address": "0x5a927ac639636e534b678e81768ca19e2c6280b7"
}
}