Mint Collectible

Mint NFTs or tokens from a deployed contract to a web3 wallet

post
Authorizations
Body
tokenIdnumberRequiredExample: 1
chainstring · enumRequiredExample: ethereumPossible values:
networkstring · enumRequiredExample: mainnetPossible values:
contractAddressstringRequiredExample: 0x00000000
walletAddressstringRequiredExample: 0x00000000
quantitynumberRequiredExample: 1
linkIdstringOptionalExample: ckjv2q5xj0000yj6q6q9q9q9q
emailstringOptional

Email of recipient

Example: [email protected]
Responses
201
The NFT has been successfully minted.
post
POST /v1/nft/mint HTTP/1.1
Host: 
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 226

{
  "tokenId": 1,
  "chain": "ethereum",
  "network": "mainnet",
  "contractAddress": "0x00000000",
  "walletAddress": "0x00000000",
  "quantity": 1,
  "linkId": "ckjv2q5xj0000yj6q6q9q9q9q",
  "email": "[email protected]",
  "customerMetadata": {
    "name": "text"
  }
}
201

The NFT has been successfully minted.

No content

Last updated