xrp_mint_nft
Mint a new NFT on the XRP Ledger by providing the minter's private key and NFT metadata URI. Optionally set flags, taxon, and transfer fee.
Instructions
Mint a new NFT on XRP Ledger
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | NFT metadata URI | |
| flags | No | NFT flags (burnable, transferable, etc) | |
| taxon | No | NFT collection/series identifier | |
| privateKey | Yes | Minter private key | |
| transfer_fee | No | Creator fee (0-50000 = 0-50%) |