paradex_create_order
Execute precise trades on Paradex by setting order type, size, price, and execution parameters. Create limit, stop-loss, take-profit, or conditional orders to implement trading strategies and manage risk efficiently.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
client_id | Yes | Client-specified order ID. | |
instruction | No | Instruction for order execution. | GTC |
market_id | Yes | Market identifier. | |
order_side | Yes | Order side. | |
order_type | Yes | Order type. | |
price | Yes | Order price (required for LIMIT orders). | |
reduce_only | No | Reduce-only flag. | |
size | Yes | Order size. | |
trigger_price | Yes | Trigger price for stop limit orders. |