Minting an NFT
Last updated
Last updated
Use this endpoint to mint an NFT to an existing wallet, identified by one of the following parameters:
wallet address
wallet ID
email address
phone number
Make sure to supply a contract ID for a contract that your account has permission to mint on. Need help getting set up? Reach out to us
Description | Data |
---|---|
API Name
HTTP Method
POST
URL
/v1/nft/mint
Content-Type
application/json
x-api-key
API_KEY
contractId
string
Identifier for the contract, formatted as contract_<UUID>
nftTokenId
string
Identifier for the NFT. (required)
quantity
number, optional
Number of NFTs to mint.
walletAddress
string, optional
Address
walletId
string, optional
Wallet ID (wallet_UUID
)
string, optional
Wallet email
phone
string, optional
Wallet phone, format: "+12223334444"