create_order
Place a new regular order for trading on WOOFi Pro by specifying symbol, side, and order type. Supports limit, market, IOC, FOK, and more.
Instructions
Create a new regular order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | Order side | |
| level | No | Price level for ASK/BID orders | |
| symbol | Yes | Trading symbol (e.g., PERP_ETH_USDC) | |
| slippage | No | Slippage tolerance for MARKET orders | |
| order_tag | No | Order tag | |
| order_type | Yes | Order type | |
| order_price | No | Order price (required for LIMIT orders) | |
| reduce_only | No | Reduce only flag | |
| order_amount | No | Order amount in quote currency | |
| order_quantity | No | Order quantity | |
| client_order_id | No | Custom order ID (max 36 chars) | |
| post_only_adjust | No | Adjust price for POST_ONLY orders | |
| visible_quantity | No | Visible quantity on orderbook |