place_order
Execute cryptocurrency trades by placing buy or sell orders, choosing market or limit, with optional leverage, stop-loss, and take-profit. Demo mode simulates orders.
Instructions
Place a buy or sell order. Amounts and prices must be strings (e.g., "0.001", "89600.25"). In demo mode, orders are simulated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| type | Yes | ||
| price | No | ||
| amount | Yes | ||
| symbol | Yes | ||
| leverage | No | ||
| stopLoss | No | ||
| reduceOnly | No | ||
| takeProfit | No | ||
| clientOrderId | No |