create_deal
Create new deals for DCA, combo, or terminal trading. Specify deal type, and provide required parameters like bot ID or exchange details.
Instructions
Create a new deal. For dca/combo: starts a deal from an existing bot. For terminal: creates a standalone terminal deal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dealType | Yes | Deal type | |
| paperContext | No | Paper trading context (true = paper, false = real). Default: false | |
| botId | No | Bot ID (required for dca/combo) | |
| symbol | No | Optional symbol override (dca/combo) | |
| exchangeUUID | No | Exchange UUID (required for terminal) | |
| terminalDealType | No | Terminal deal type (required for terminal) | |
| pair | No | Trading pair for terminal (optional) | |
| strategy | No | Trading strategy for terminal | |
| baseOrderSize | No | Base order size for terminal | |
| orderSize | No | Order size for terminal | |
| tpPerc | No | Take profit percentage for terminal | |
| slPerc | No | Stop loss percentage for terminal | |
| settings | No | Transparent passthrough for any additional terminal deal settings. Merged flat into request body. |