ramzinex_cancel_order
Cancel an open order on the Ramzinex exchange. Requires the order ID and trading enabled on the instance.
Instructions
Cancel one of my open orders — WARNING: this changes account state.
Persian purpose: لغو یک سفارش باز. Requires a configured API token AND
enable_trading=true on the instance; otherwise it returns
{"error": "trading_disabled", ...} without contacting the API. Maps
to POST /exchange/api/v1.0/exchange/users/me/orders/{order_id}/cancel.
Args: order_id: Numeric id of the order to cancel. instance: Configured instance to use (default when omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | ||
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||