Mint TokensAsk AIpost https://token-api-sandbox.venly.io/api/v3/erc1155/tokens/mintsThis endpoint is used to mint fungible or non-fungible tokens.Body ParamschainstringenumrequiredThe blockchain of the contractAVACBSCETHEREUMMATICHEDERAARBITRUMAllowed:AVACBSCETHEREUMMATICHEDERAARBITRUMcontractAddressstringrequiredThe contract addresstokenTypeIdintegerrequiredThe id of the token-typedestinationsarray of objectsAn array of objects which include the wallet address or email address where token is to be sent and the amount of tokens to senddestinationsADD objectResponses 200OK 400When the request contains invalid input 401When the user is not authorized to access the resource 403When a user doesn't have proper security authority 404When a resource is not found 405When the HttpMethod is not supported 415Usually when the input is not a valid json 500When there's an unexpected errorUpdated 5 months ago