Claim

This endpoint will mint a free NFT to your user's wallet (which can be a Mintable Wallet, or their existing crypto wallet). This is the endpoint you should use for discount coupons, proof of attendance, and in general NFTs which you do not intend to sell. Note: Separating the mint and claim endpoints will allow you to clearly identify the purpose of each call in your analytics.

Path Params
string
required

Project Id - found on your dashboard on dashboard.mintology.app

Body Params
string

Wallet address of the user to mint the token to if you don't pass in a user name.

string

Optional Mintable wallet or Mintable's user email for minting the NFT to that wallet.

string

The premint_id is an optional field. It represents the unique identifier for a premint, which is used to mint a NFT. If the user provides a premint_id, it will be used to identify the specific premint to be used for NFT minting. The premint_id can be obtained from the list premint APIs.

metadata
object

Optional metadata to associate with minted token, if you don't have a preminted NFT in the dashboard, you need to pass in your own metadata to use.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json