Table of contents
- Before You Start Checklist
- Activate Minting & Claiming
- More Powerful NFT Features with Mintology
- Quick Mint Feature
- Secure API Key for NFT Interaction
- Minting & Claiming NFTs via the Mintology API
- Important Notes
- NFT Minting & Claiming Made Easy With Mintology
- FAQ: Frequently Asked Questions on NFT Minting & Claiming
Welcome to your comprehensive guide on minting and claiming NFTs with Mintology. Whether you’re a developer integrating NFT drops or a project manager toggling options in the dashboard, this article walks you through every step—from activating features to programmatic access via our API. By the end, you’ll have the know-how to enable minting and claiming in no time.
Before You Start Checklist
Make sure you have:
- A Mintology account (email and password)
- A modern web browser (Chrome, Firefox, or Safari)
- Your project’s Project ID (found on the Project Detail Page)
- Your API Key (your private Mintology credential for programmatic access)
Activate Minting & Claiming
To start minting or claiming NFTs for your project, head over to your Project Detail Page in the Mintology dashboard. There, you’ll find toggles labeled Minting and Claiming—flip them to the ON position to instantly activate each feature.

Once enabled, your project is live for both minting new tokens and allowing users to claim existing ones.
More Powerful NFT Features with Mintology
Beyond basic minting and claiming, Mintology offers a suite of advanced tools to supercharge your NFT workflows:
- Seamless API Integration: Embed minting and claiming endpoints directly into your apps for a cohesive user experience.
- Flexible Distribution Options: Share NFTs via unique claim links, QR codes, or even email delivery—whatever suits your audience.
- Revolutionary Gasless Minting: Zero transaction fees on Ethereum mainnet, making minting and claiming accessible to everyone.
Read more about gas fees and how businesses and creators are going gasless with Mintology!
Quick Mint Feature
After you’ve toggled minting on, the Quick Mint option appears. This tool lets you mint NFTs directly to any Ethereum wallet address—ideal for one-off mints, partner distributions, or manual drops without needing API integration. No dashboard wizardry needed; just input the recipient’s address and hit mint.

Secure API Key for NFT Interaction
Your API key is the backbone of secure programmatic access. Think of it as a VIP pass that authorizes your applications to request minting, claiming, and other NFT management actions on your behalf.
How to Obtain Your Mintology API Key
- Visit your Mintology Dashboard and open Advanced Settings.
- Click Copy to grab your unique API key.
If you ever lose it, simply select Generate to invalidate the old key and issue a new one. Always store this credential securely—it unlocks full control over your project’s minting and claiming capabilities.

Minting & Claiming NFTs via the Mintology API
For those who prefer code over clicks, the Mintology API offers direct endpoints for minting and claiming:
- Go to the Mintology API Docs.
- Provide the following details in your request:
- API Key (from Advanced Settings)
- Project ID (your NFT project’s unique identifier)
- Email or Wallet Address (target recipient)
- Hit Try It to execute the API call.
- Inspect the Response for your newly generated Token ID—this confirms a successful mint or claim.

Important Notes
- Credit Costs: Every API call for minting or claiming consumes credits from your Mintology account. Check our Pricing before running large batches.
- Email Minting & Custodial Wallets: When you mint via email, Mintology auto-creates a custodial wallet for the recipient on Mintable Marketplace. They’ll receive instructions to access their new NFT.
For full endpoint details, parameters, and response schemas, dive into the API documentation.
NFT Minting & Claiming Made Easy With Mintology
Enabling minting and claiming on Mintology is as easy as flipping a switch in the dashboard or making a secure API request. With gasless transactions, flexible distribution methods, and robust developer tools, you can launch, automate, and manage NFT projects at scale.
Now that you know how to activate these features and integrate them into your workflows, you’re ready to deliver seamless NFT experiences to your users!
Related articles: Setting Up Your NFT Project (Comprehensive Guide)
FAQ: Frequently Asked Questions on NFT Minting & Claiming
What is NFT minting?
NFT minting is the process of creating a unique digital token on a blockchain that represents ownership of a digital asset—such as media, collectibles, or access credentials. When you mint an NFT, you upload metadata (like title, creator, and media file) that is immutably recorded on the Ethereum blockchain, establishing authenticity and ownership.
What does claiming an NFT mean?
Claiming an NFT is the process where a user initiates the minting of a token allocated for them by a project. When a user clicks a claim link, scans a QR code, or uses an embedded claim button, Mintology authenticates their session (via email or wallet login) and instantly mints the NFT to their wallet. The NFT is not pre-minted—it is minted at the moment of claim, ensuring real-time ownership.
How do I enable minting on Mintology?
To enable minting:
- Log in to your Mintology dashboard.
- Navigate to your Project Detail Page.
- Toggle the Minting switch to ON.
Once enabled, your project can mint NFTs via Quick Mint, the API, or the SDK.
How do I enable claiming on Mintology?
To activate claiming:
- Go to your Project Detail Page in the Mintology dashboard.
- Toggle the Claiming switch to ON.
Now your project can generate claim links or embed UI elements to allow users to claim NFTs, even without crypto wallets.
Can I automate minting and claiming with the API?
Yes. Mintology provides dedicated endpoints for both minting and claiming:
- Minting (
/v1/{projectId}/mint): Programmatically mint NFTs to any email or wallet address using your API Key and Project ID. - Claiming (
/v1/{projectId}/claim): Typically triggered by users from claim links or SDK-based flows, which securely pass authentication data.
For full API usage and parameters, see: Mintology API Reference.
Are there fees for minting and claiming on Mintology?
There are no gas or transaction fees for minting or claiming NFTs on Ethereum mainnet when using Mintology’s gasless infrastructure.
However, every minting or claiming API call consumes credits from your Mintology account. Be sure to review the Pricing page to understand your credit limits and recharge options.
What happens if a claim fails?
If a claiming attempt fails—due to reasons like exceeded supply limits or invalid input parameters—the response from the API or SDK will include an error code and message. You can handle this error in your application to notify users and guide them through next steps.
How can I track my minting and claiming activity?
The Mintology dashboard provides real-time logs of all minting and claiming actions:
- Go to your Project Detail Page.
- Open the Activity tab.
There, you’ll see timestamps, recipient addresses, and token IDs for every event. You can also export this data for reporting, analytics, or CRM integrations.
Is gasless minting and claiming secure?
Absolutely. Gasless minting is Mintology’s trade secret and allows for gas-fee minting of NFTs on Ethereum mainnet without any gas costs—ever, for anyone. These NFTs are real ERC-721 tokens and behave like any standard Ethereum NFT. There’s no proxy contract or abstraction—the NFT is minted directly to the user’s wallet and is viewable in Web3 platforms like MetaMask, Rainbow, and OpenSea.
How many NFTs can a user claim?
Claim limits are configurable per project:
- Set a global supply cap (e.g. max 10,000 NFTs).
- Set a per-user limit (e.g. max 1 claim per wallet or email).
If a user attempts to claim more than allowed, Mintology will return a clean error and prevent the mint.
What if I mint to an email address instead of a wallet?
Minting to an email address automatically creates a custodial wallet for the user via Mintable Marketplace. The recipient receives an email with access instructions to claim or transfer their NFT. This allows for a fully Web2-friendly minting experience—ideal for non-crypto-native audiences.
