ramzinex_edit_general_access
Update API key general access settings: allow withdrawals to any address and enable or disable access-change alerts. Requires account control permission.
Instructions
Update the account-wide API-key general access — WARNING: account control.
Persian purpose: ویرایش دسترسی عمومی کلید API. Requires configured
credentials AND account_control=true (and read_only=false) on the
instance; otherwise it returns
{"error": "account_control_disabled", ...} without contacting the API.
Maps to POST /exchange/api/{ver}/exchange/auth/api_key/editGeneralAccess with body
{addressFree, alert}. This changes security-sensitive access settings
for your API keys.
Args: address_free: 0 or 1 — whether withdrawals to any (non-whitelisted) address are allowed. alert: 0 or 1 — whether access-change alerts are enabled. instance: Configured instance to use (default when omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address_free | Yes | ||
| alert | Yes | ||
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||