Initiate a token deployment.

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Responses
200

Token deployment workflow successfully created.

Token deployment initiated successfully.

400

Token deployment transaction payload to be signed operation failed due to invalid data.

401

Unauthorized.

403

User must be the issuer of the token.

404

Token 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.

500

The call to the WorkflowService API endpoint raised an error

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!