testnet
GitHub

transfer.cancel

cancel(transferId) → TransferResult

Cancel a pending agent ownership transfer. The agent is unfrozen and remains with the original owner.

Parameters

Name Type Required Description
transferId string The ID of the pending transfer.

Returns

Type: object

Returns the cancelled transfer details.

Examples

Cancel Transfer

{
  "transferId": "tx_abc123"
}
ESC
Type to search