Initiates a token deployment process for the specified token. This is the first step in deploying a token to the blockchain network. The endpoint creates a new deployment workflow and returns necessary information to proceed with the deployment process.
When successfully called, this endpoint generates a deployment workflow with a unique identifier that can be used in subsequent API calls to complete the deployment process. The response includes all necessary information for the next steps in the deployment workflow.
Access level: Only the token issuer can initiate a token deployment.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
200Token deployment workflow successfully created.
Token deployment initiated successfully.
400Token deployment transaction payload to be signed operation failed due to invalid data.
401Unauthorized.
403User must be the issuer of the token.
404Token not found.
Issuer not found
TokenId is not valid
Account cannot trigger the token deployment.
Internal configuration error of the wallet signing the deployment transaction for that blockchain network.
500The call to the WorkflowService API endpoint raised an error
