place_order
Place buy or sell orders on BitOasis Pro exchange with limit, market, stop, and stop-limit order types for cryptocurrency trading pairs.
Instructions
Place a new order on BitOasis Pro exchange.
Args: pair: Trading pair, e.g. "BTC-AED", "SOL-AED". side: "buy" or "sell". order_type: "limit", "market", "stop", or "stop_limit". amount: Amount of the base currency (as a string). price: Limit price (required for "limit" and "stop_limit" orders). stop_price: Stop price (required for "stop" and "stop_limit" orders). test: If true, validates the order without placing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | Yes | ||
| side | Yes | ||
| order_type | Yes | ||
| amount | Yes | ||
| price | No | ||
| stop_price | No | ||
| test | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |