changelly_send
Swap USDt-Liquid to external USDt networks via Changelly fixed-rate. Call quote first to lock rate, then this broadcasts deposit from local wallet with automatic refund.
Instructions
Send USDt-Liquid out via a Changelly fixed-rate swap. Gets a quote, creates the order, and broadcasts the deposit from the local wallet. Refund address is set automatically (the wallet's own Liquid address). ALWAYS call changelly_quote first and confirm the price with the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate_id | No | Rate id from a prior changelly_quote call — pass this to lock the previewed rate and avoid drift | |
| password | No | Password to decrypt mnemonic (if encrypted at rest) | |
| amount_to | No | Amount the recipient should receive (decimal string). Mutually exclusive with amount_from. Use this to pay fees from the sender side, matching AQUA APK behavior. | |
| amount_from | No | USDt-Liquid to send (decimal string, e.g. '100'). Mutually exclusive with amount_to. | |
| wallet_name | No | default | |
| settle_address | Yes | External chain address to receive USDt at | |
| external_network | Yes | Target USDt network |