Identifier of the tenant.
Request containing mint operation details.
Request to mint new tokens to a recipient wallet.
Identifier of the deployed token configuration to mint.
512
Identifier of the wallet-tenant relationship that will receive the minted tokens.
2048
Identifier of the user initiating the mint operation.
"9f060a6b-1571-4a2f-8cfb-3fc6bf5a4e51"
Identifier of the tenant performing the mint operation.
1024
Exchange rates for converting asset values to USD.
{ "USD": 1 }Smart contract method invocation details for the mint operation.
"{\"name\": \"mint\", \"parameters\": [...]}"
Mint operation initiated 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.
{
"deployedTokenConfigurationTransactionPublicId": "550e8400-e29b-41d4-a716-446655440000"
}