changelly_receive
Generate a deposit address to receive USDt-Liquid from external networks (Ethereum, Tron, BSC, Solana, Polygon) via a variable-rate swap, settling directly 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.
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) |