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

transaction_type
enum<string>
required

The transaction type. Possible values include:

  • DEPOSIT: A deposit transaction.
  • WITHDRAW: A withdrawal transaction.
Available options:
DEPOSIT,
WITHDRAW
transaction_id
string<uuid>
required

The transaction ID.

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

The request was successful.

vasp_list
object[]

A list of virtual asset service providers (VASP) you can select as the transaction source or destination.

is_threshold_reached
boolean

Indicates whether the transaction amount exceeds a predefined threshold. If exceeded, additional information is required when filling Travel Rule details.

  • true: Threshold exceeded.
  • false: Threshold not exceeded.
Example:

true

self_custody_wallet_challenge
string
deprecated

Deprecated. Use Get self-custody signature challenge instead. This field will be removed in a future release.

A human-readable, time-sensitive message to be signed by the wallet owner. The message contains key information including the wallet address, a unique nonce, and a timestamp. Signing this message confirms ownership of the wallet and allows the operation to proceed.

Example:

"Hi, please sign this message to confirm that you are the owner of this wallet address.\nThe transfer can only proceed after signing.\n- Address: 0x1234567890abcdef1234567890abcdef12345678\n- Nonce: b2860f5c9f201a81bc76f33e991c1f24\n- Timestamp: 1732523887\n"

connect_wallet_list
string[]

A list of self-custody wallet providers you can select as the transaction source or destination.

A supported wallet type or integration.

satoshi_test_supported
boolean

Indicates whether Satoshi Test (on-chain micro-deposit verification) is supported for the transaction's chain.

  • true: You can initiate a Satoshi Test challenge to verify the counterparty address.
  • false: The chain does not support Satoshi Test; use signature verification instead.
Example:

true