transfer
Pay a Telegram user from the app balance (instant, irreversible). Address by user_id (must have opened the bot) OR username (unknown → parked in escrow until they open the bot, auto-returned after 30 days). MONEY MOVES — double-check the recipient and amount; spend_id is the idempotency key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | Asset code. | |
| amount | Yes | Decimal string in MAJOR units, e.g. "5" = 5 USDT. Never a float. | |
| comment | No | Shown to the recipient (≤1024). | |
| user_id | No | Recipient Telegram user id (or pass username). | |
| spend_id | Yes | Idempotency key (≤64) — persist before calling. | |
| username | No | Recipient @username (or pass user_id). | |
| disable_send_notification | No | Skip the recipient DM. |