Skip to main content
GET
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.

Query Parameters

token_id
string
required

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.

source_wallet_id
string<uuid>
required

The wallet ID of the transaction source.

destination_addresses
string
required

A list of destination addresses, separated by comma.

Response

The request was successful.

address
string

The wallet address.

Example:

"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"

is_loop
boolean

Whether the transaction from the given source to the given destination address can be executed as a Cobo Loop transfer.

  • true: The transaction can be executed as a Cobo Loop transfer.
  • false: The transaction cannot be executed as a Cobo Loop transfer.
Example:

false