Minting an NFT
Last updated
Was this helpful?
Last updated
Was this helpful?
Use this endpoint to mint an NFT to an existing wallet, identified by one of the following parameters:
wallet address
wallet ID
email address
phone number
Make sure to supply a contract ID for a contract that your account has permission to mint on. Need help getting set up?
API Name
HTTP Method
POST
URL
/v1/nft/mint
Content-Type
application/json
x-api-key
API_KEY
contractId
string
Identifier for the contract, formatted as contract_<UUID>
nftTokenId
string
Identifier for the NFT. (required)
quantity
number, optional
Number of NFTs to mint.
User can be identified by one of the parameter:
walletAddress
string, optional
Address
walletId
string, optional
Wallet ID (wallet_UUID
)
string, optional
Wallet email
phone
string, optional
Wallet phone, format: "+12223334444"