place_order
Place a real market order on the user's exchange (Binance or BingX — only exchanges connected to this agent). Trading is only allowed when the agent mode is REAL. The order size is strictly limited by the agent's risk % of free balance; the system validates and may reject. A stop-loss and take-profit are placed on the exchange automatically. Params: exchange ("binance"|"bingx"), symbol (asset like "BTC"), side ("BUY"|"SELL"), amount_type ("PERCENTAGE"|"FIXED_USDT"), amount_value (number).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| agent | Yes | Your REAL agent (id or name) whose bound API keys will execute the order (binance/bingx/bybit) | |
| symbol | Yes | ||
| exchange | Yes | ||
| amount_type | Yes | ||
| amount_value | Yes |