Identifier of the tenant.
Request containing the deployment transaction public identifier.
Request parameters for retrieving the status and result of a token deployment operation.
Identifier of the tenant that owns the token configuration.
1024
Identifier of the token configuration being deployed.
512
Identifier of the blockchain network where the token is being deployed.
137
Deployment result retrieved successfully.
Wrapper for API operation results containing success status, error information, and return value.
True if the operation completed successfully, false otherwise.
true
True if the operation failed, false otherwise.
false
Error information returned when the operation fails.
{
"code": "ValidationError",
"message": "The request parameters failed validation.",
"info": [
"The Name field is required.",
"The Id field must be greater than 0."
]
}The result value returned when the operation is successful.
{
"status": "Completed",
"result": {
"blockchainId": 137,
"deployedTokenConfigurationId": 2048,
"network": "Polygon Mainnet",
"networkIcon": "iVBORw0KGgoAAAANSUhEUgAAAAUA",
"token": "USDC Token"
},
"errorMessage": null,
"submittedTimestamp": "2025-01-15T14:30:00Z",
"completedTimestamp": "2025-01-15T14:35:42Z",
"transactionProposalId": 1001
}