Last updated 1 year ago
Mint NFTs or tokens from a deployed contract to a web3 wallet
1
ethereum
polygon
optimism
arbitrum
avalanche
solana
hardhat
mainnet
goerli
mumbai
fuji
devnet
localhost
0x00000000
ckjv2q5xj0000yj6q6q9q9q9q
Email of recipient
john.doe@gmail.com
curl -L \ --request POST \ --url '/v1/nft/mint' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "tokenId": 1, "chain": "ethereum", "network": "mainnet", "contractAddress": "0x00000000", "walletAddress": "0x00000000", "quantity": 1, "linkId": "ckjv2q5xj0000yj6q6q9q9q9q", "email": "john.doe@gmail.com", "customerMetadata": { "name": "text" } }'
No body