ramzinex_place_limit_order
Place a limit order on Ramzinex exchange to buy or sell cryptocurrency at a specified price using real funds. Requires API token and enabled trading.
Instructions
Place a LIMIT order — WARNING: this executes a REAL trade.
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/limit.
This places a buy or sell order at a fixed price using real funds in the selected account. Double-check the pair, side, amount, and price before calling.
Args:
pair_id: Numeric id of the pair to trade.
amount: Order amount in the base currency (must be > 0).
price: Limit price in the quote currency (must be > 0).
type: Order side, buy or sell.
instance: Configured instance to use (default when omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair_id | Yes | ||
| amount | Yes | ||
| price | Yes | ||
| type | Yes | ||
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||