The operation transfers your assets from a wallet created on Cobo Portal to another address.
You need to specify details such as the sender address and recipient address, token ID, and the amount to transfer. You can specify the fee-related properties to limit the transaction fee. A transaction request for tracking is returned upon successful operation.
request_id to prevent duplicate transfer requests. The request_id must be unique within the same organization. Duplicate requests with the same request_id will be rejected with an error and will not be executed again.utxo_outputs property to specify the destination addresses.0.The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
The request body to create a transfer transaction
The information about a token transfer.
A client-defined unique request identifier (idempotency key) used to prevent duplicate transfer requests. It must be unique within the same organization. Requests with the same request ID will be rejected with an error.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
The information about the transaction source types Asset. Refer to Transaction sources and destinations for a detailed introduction about the supported sources and destinations for each transaction type.
Switch between the tabs to display the properties for different transaction sources.
The token ID of the transferred token. You can retrieve the IDs of all the tokens you can use by calling List enabled tokens. For transfers from Exchange Wallets, this property value represents the asset ID.
"ETH_USDT"
The information about the transaction destination type Address. Refer to Transaction sources and destinations for a detailed introduction about the supported sources and destinations for each transaction type.
You need to specify either the account_output property or the utxo_outputs property.
You can transfer tokens to multiple addresses only if you use MPC Wallets as the transaction source. To do this, you should use the utxo_outputs property to specify the destination addresses.
Switch between the tabs to display the properties for different transaction destinations.
The custom category for you to identify your transactions.
The description of the transfer.
"Transfer from wallet"
The preset properties to limit transaction fee.
In the fixed fee model, the transaction fee is a fixed amount within a certain amount of period regardless of the transaction size or network congestion, which can vary between different chains. For more information about the fixed fee model, refer to Fee models.
You can specify the maximum fee amount to limit the transaction fee. The transaction will fail if the transaction fee exceeds the specified maximum fee amount.
Switch between the tabs to display the properties for different transaction fee models.
Transaction processing type. Possible values are:
AutoProcess (default): After the transaction is constructed, it will be automatically signed and broadcast.BuildOnly: Set to this value if you want to build the transaction first without automatically signing and broadcasting it. You can manually call the Sign and broadcast transaction operation to complete the signing and broadcasting process.AutoProcess, BuildOnly "AutoProcess"
The mode of transaction fee payment using Fee Station. Currently, Fee Station supports transactions made with MPC Wallets on EVM-compatible chains, TRON, and Solana. For more details, refer to Fee Station.
ProActiveAutoFuel: Always use Fee Station to pay transaction fees.PassiveAutoFuel: Use Fee Station only when the source address balance is insufficient to cover transaction fees.UsePortalPreference: Use fueling strategy based on the Portal configuration.DisableAutoFuel: Do not use Fee Station for transaction fee payment under any circumstances.If this parameter is not specified, it defaults to the behavior of UsePortalPreference.
Note: TRON and Solana does not support PassiveAutoFuel due to its fee delegation mechanism.
PassiveAutoFuel, ProActiveAutoFuel, UsePortalPreference, DisableAutoFuel "PassiveAutoFuel"
The request was successful.
The request ID that is used to track a transaction request. The request ID is provided by you and must be unique within your organization.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
The transaction ID.
"c986cb3b-1301-412f-9450-13a52c43a95f"
The transaction status. For more details including sub-statuses, please refer to Transaction statuses and sub-statuses.
Submitted, PendingScreening, PendingAuthorization, PendingSignature, Broadcasting, Confirming, Completed, Failed, Rejected, Pending "Submitted"