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_id
string<uuid>
required

The unique identifier (UUID) of the transaction to retrieve KYT screening status information for.

Response

Successfully retrieved KYT screening information.

KYT screening status information including the transaction’s review status and fund status.

transaction_id
string<uuid>
required

The UUID of the transaction that was screened.

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

transaction_type
enum<string>
required

The transaction type. Possible values include:

  • Deposit: A deposit transaction.
  • Withdrawal: A withdrawal transaction.
Available options:
Deposit,
Withdrawal
Example:

"Deposit"

review_status
enum<string>
required

Review status type, indicating the current stage of the compliance review process.

Available options:
PendingScreening,
Screened,
PendingDecision,
PendingReview,
Approved,
Rejected,
Unsupported,
Bypassed
Example:

"PendingScreening"

funds_status
enum<string>
required

The current status of transaction funds, indicating their disposition state in the compliance system.

Available options:
Frozen,
Refunding,
Refunded,
RefundFailed,
Unfreezing,
Unfrozen,
UnfreezingFailed,
Isolating,
Isolated,
IsolationFailed,
CoboDisposition,
Normal
Example:

"Frozen"