nft_mint
Mint new NFT tokens on VeChain by specifying the contract address, recipient, token ID, and metadata URI. Requires minter role on the contract.
Instructions
Mint a new NFT token (requires minter role on contract)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Recipient address (defaults to wallet address) | |
| tokenId | No | Token ID (optional for auto-incrementing collections) | |
| tokenURI | No | Metadata URI (IPFS or HTTP URL) | |
| contractAddress | Yes | NFT contract address (must support minting) |