Skip to main content
POST
Try Cobo WaaS Skill in your AI coding assistant (Claude Code, Cursor, etc.). Describe your needs in natural language to auto-generate production-ready SDK code and debug faster 🚀

Authorizations

BIZ-API-KEY
string
header
required

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.

Path Parameters

wallet_id
string<uuid>
required

The wallet ID.

Body

application/json

The request body for retrieving the maximum transferable value from a specified wallet.

token_id
string
required

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.

Example:

"ETH_USDT"

fee
Fixed · object
required

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.

to_address
string
required

The recipient's address.

Example:

"2N2xFZtbCFB6Nb3Pj9Sxsx5mX2fxX3yEgkE"

from_address
string

The sender's address. This property is required when using an EVM address in an MPC Wallet.

Example:

"2N2xFZtbCFB6Nb3Pj9Sxsx5mX2fxX3yEgkE"

Response

The request was successful.

The maximum transferable value from the wallet or the specified address, along with the estimated transaction fee.

token_id
string

The token ID, which is the unique identifier of a token. You can retrieve the IDs of all the tokens you can use by calling List enabled tokens.

Example:

"ETH"

max_transferable_value
string

The maximum transferable value from the wallet or the specified address.

Example:

"3.0"

fee
Fixed · object

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.