Create a Sui Token-typeAsk AIpost https://token-api-sandbox.venly.io/api/v3/sui/nft/token-types/creationsThis endpoint is used to create a Sui token-type.Body ParamschainstringenumrequiredThe blockchain of the contractSUIAllowed:SUIcontractAddressstringrequiredThe contract address under which you want to create the token-typecreationsarray of objectsrequiredThis array defines the properties of the token-typecreations*ADD 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