Retrieve transaction limitations
self_custody_wallet_challenge field in the response is deprecated. To obtain a signature challenge, call Get self-custody signature challenge instead. This operation itself is not deprecated and continues to return the VASP list, threshold info, connect wallet list, and Satoshi Test support.This operation retrieves Travel Rule requirements and available options for a transaction based on its transaction type and ID.
Use this endpoint before submitting Travel Rule information to understand the requirements and available options for your transaction.
Documentation Index
Fetch the complete documentation index at: https://cobo.com/developers/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
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
The transaction type. Possible values include:
DEPOSIT: A deposit transaction.WITHDRAW: A withdrawal transaction.
DEPOSIT, WITHDRAW The transaction ID.
"123e4567-e89b-12d3-a456-426614174000"
Response
The request was successful.
A list of virtual asset service providers (VASP) you can select as the transaction source or destination.
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.
true
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.
"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"
A list of self-custody wallet providers you can select as the transaction source or destination.
A supported wallet type or integration.
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.
true
