New order
pionex_orders_new_orderPlace buy or sell orders on Pionex by specifying symbol, side, and order type. Supports limit and market orders with price, size, or amount parameters.
Instructions
New order
Place a new order. Weight: 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| IOC | No | Immediate-or-cancel flag | |
| side | Yes | Order direction | |
| size | No | Order quantity (required for LIMIT orders and MARKET sell orders) | |
| type | Yes | Order type | |
| price | No | Order price (required for LIMIT orders) | |
| amount | No | Order amount (required for MARKET buy orders) | |
| symbol | Yes | Trading pair symbol | |
| clientOrderId | No | Client order ID (alphanumeric and hyphen, max 64 characters) |