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.
Body
The request body to isolate funds.
The information about a request to isolate funds.
The UUID of the transaction whose funds are to be isolated. This identifies the original transaction that requires fund isolation.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
The blockchain address to receive the isolated funds.
"0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb7"
The amount to be isolated from the original transaction, specified as a numeric string. This value cannot exceed the total amount of the original transaction.
"1.5"
Custom categories to identify and track this isolation transaction. Used for transaction classification and reporting.
["Compliance", "Isolate", "AML"]
Additional notes or description for the isolation.
200
"Isolate funds due to compliance requirements - Case #12345"
Response
Successfully created a disposition request.
The response for a disposition request.
The UUID of the transaction being processed for disposition.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
The status of a disposition operation.
Submitted
, Refunding
, Refunded
, RefundFailed
, Frozen
, Unfreezing
, Unfrozen
, UnfreezeFailed
, Isolating
, Isolated
, IsolateFailed
, CoboDisposition
, Normal
"Submitted"