ramzinex_confirm_withdraw
Finalize a pending withdrawal by providing SMS/email code and Google Authenticator code. This irreversible action moves real funds.
Instructions
Confirm a pending withdrawal with 2FA codes — WARNING: moves REAL funds.
Persian purpose: تأیید برداشت با کدهای امنیتی (انتقال وجه واقعی).
Requires configured credentials AND enable_withdrawals=true (and
read_only=false); otherwise it returns
{"error": "withdrawals_disabled", ...} without contacting the API.
Maps to POST /exchange/api/{ver}/exchange/users/me/funds/withdraws/{withdraw_id}/verify
with body {code, ga_code}. This finalizes an irreversible
withdrawal.
Args:
withdraw_id: Numeric id of the withdrawal to confirm (from
ramzinex_submit_withdraw).
code: SMS/email verification code (non-empty).
ga_code: Google Authenticator (TOTP) code (non-empty).
instance: Configured instance to use (default when omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| withdraw_id | Yes | ||
| code | Yes | ||
| ga_code | Yes | ||
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||