Mint
mintCompressedNft (deprecated)
Deprecated endpoint for minting compressed NFTs on Solana. Use the ZK Compression instead for new implementations.
POST
Mint Compressed Solana NFT
Documentation Index
Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request Parameters
The name of the compressed Solana NFT to be minted, displayed on marketplaces and wallets.
The symbol of the compressed Solana NFT collection, typically a short identifier for the project.
Detailed description of the compressed NFT for marketplaces and indexers.
The Solana wallet address that will receive and own the compressed NFT after minting is complete.
Optional delegate address for the compressed NFT with usage permissions.
Collection address to add this compressed NFT to for grouping, discovery and verification on Solana marketplaces.
The URI pointing to the off-chain JSON metadata for the compressed NFT, typically hosted on Arweave or IPFS.
Array of traits and attributes that define the compressed NFT’s characteristics.
Direct URL to the image that represents the compressed NFT on marketplaces.
Optional website URL related to the compressed NFT or collection.
Royalty percentage for creator earnings on secondary sales in basis points (100 = 1%, 1000 = 10%) on Solana marketplaces.
Array of creator addresses that contributed to the compressed NFT with royalty shares.
If true, the API will wait for on-chain confirmation before responding.
Authorizations
Query Parameters
Your Helius API key for authentication and access to compressed NFT minting.
Example:
"string"
Body
application/json
Mint Compressed Solana NFT