create-non-fungible-token
POST {{nft-api-endpoint}}/api/apps/:applicationId/contracts/:contractId/tokens/non-fungible/
Mint a nonfungible NFT based on a NFT template (token type).
The destination parameter is an array, allowing minting multiple NFT in one call.
For more information about nonfugible vs fungible nfts please read: https://docs.arkane.network/api/advanced/nft-metadata/mint-number-burnable-max-supply
Request Body
{"typeId"=>1, "destinations"=>["0xe3A801b655dCe11CCfD5EF7aF9EC4EEAB62d3A04"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |