Mint NFT transactions
Mint NFT transactions
POST
/unity/mint-nft
This endpoint facilitates the minting of a new Non-Fungible Token (NFT) on the Aptos blockchain. Users can mint a new NFT by specifying some contract information, such as the contract address, contract name, function name, arguments, and other properties. This endpoint requires api key authentication and the necessary transaction parameters, including the wallet address initiating the minting process.
Headers
Name | Value |
---|---|
Content-Type |
|
x-api-key |
|
Body
Name | Type | Description |
---|---|---|
| string | Contract address |
| string | Name of contract |
| string | Function you want to do mint transaction on |
| string | User's private key |
| string | User's account address |
| Array of objects | Object of |
| number | 1 or 2 (1 for Mainnet & 2 for Testnet) |
| boolean |
|
| string | Your api key generated from official website of Lync |
Response
Example Request Body
Last updated