ramzinex_place_market_order
Place a real market order that executes immediately at the best available price on the Ramzinex exchange. Requires trading to be enabled.
Instructions
Place a MARKET 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/market.
A market order fills immediately at the best available price using real funds — the executed price is not guaranteed. Double-check the pair, side, and amount before calling.
Args:
pair_id: Numeric id of the pair to trade.
amount: Order amount in the base 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 | ||
| type | Yes | ||
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||