trade_execute
Execute market or limit orders on supported exchanges after trade preview and user confirmation.
Instructions
Execute a trade. IMPORTANT: Always call trade_preview first and get explicit user confirmation before calling this tool. Supports market and limit orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | Exchange: pacifica, hyperliquid, lighter, or aster | |
| symbol | Yes | Trading symbol (e.g., BTC, ETH, SOL) | |
| side | Yes | Order side | |
| size | Yes | Order size (base currency units) | |
| orderType | No | Order type | market |
| price | No | Limit price (required for limit orders) | |
| reduceOnly | No | Reduce-only order (close position only) |