changelly_receive
Generate a deposit address on a supported external network (Ethereum, Tron, BSC, Solana, Polygon) for receiving USDt-Liquid via Changelly swap. The external sender pays to that address, and funds settle to your Liquid wallet.
Instructions
Receive USDt-Liquid via a Changelly variable-rate swap. Returns a deposit address on the source chain — the external sender pays to it. Settles to the wallet's Liquid address as USDt-Liquid. STRONGLY RECOMMEND passing external_refund_address. Also returns qr_code_path: a PNG QR of the deposit address — display it to the user so they can scan it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount_to | No | Amount to receive in the wallet (decimal string). Mutually exclusive with amount_from. | |
| amount_from | No | Amount the external sender will deposit (decimal string, e.g. '50'). Mutually exclusive with amount_to. | |
| wallet_name | No | default | |
| external_network | Yes | Source USDt network the external sender pays from | |
| external_refund_address | No | Source-chain refund address (strongly recommended) |