Request containing mint operation parameters for gas estimation.
Request parameters for estimating gas costs of token operations.
Identifier of the blockchain network where the operation will be executed.
137
Identifier of the deployed token configuration that will be operated on.
2048
Identifier of the wallet that will receive tokens in the operation.
5001
Gas estimation completed 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.
{ "gasEstimation": 2500000 }