ramzinex_submit_withdraw
Submit a withdrawal request to move real funds from your Ramzinex account to an external wallet. Requires enabled withdrawals and careful verification as transactions are irreversible.
Instructions
Submit a withdrawal request — WARNING: this moves REAL funds.
Persian purpose: ثبت درخواست برداشت (انتقال وجه واقعی). Requires
configured credentials AND enable_withdrawals=true (and
read_only=false) on the instance; otherwise it returns
{"error": "withdrawals_disabled", ...} without contacting the API.
Maps to POST /exchange/api/{ver}/exchange/users/me/funds/withdraws/currency/{currency_id}
with body {amount, address, network_id, tag?, no_tag}. no_tag is
derived automatically (true when no tag is provided).
Double-check the currency, network, address, and amount before calling — withdrawals are irreversible.
Args:
currency_id: Numeric id of the currency to withdraw.
amount: Amount to withdraw (must be > 0).
address: Destination wallet address (non-empty).
network_id: Numeric id of the withdrawal network (must be > 0;
discover via ramzinex_get_networks).
tag: Optional memo/tag/destination tag for networks that require it
(e.g. XRP, TON). Omit for networks that do not.
instance: Configured instance to use (default when omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency_id | Yes | ||
| amount | Yes | ||
| address | Yes | ||
| network_id | Yes | ||
| tag | No | ||
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||