create-fungible-token
POST {{nft-api-endpoint}}/api/apps/:applicationId/contracts/:contractId/tokens/fungible/:tokenTypeId
Mint a fungible 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
{"destinations"=>["0xe3A801b655dCe11CCfD5EF7aF9EC4EEAB62d3A04"], "amounts"=>[500]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |