cURL
curl --request POST \ --url https://testnet.walletkit.com/nfts/mint \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "network": "Ethereum", "contract_address": "<string>", "recipient": "<string>", "metadata": { "name": "<string>", "description": "<string>", "image": "<string>" }, "uri": "<string>", "developer_secret": "<string>", "user_pin": "<string>" }'
{ "transaction_id": "<string>", "network": "Ethereum", "status": "<string>" }
Mints a NFT from a collection
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object