paradex-create-order
Create and execute a new trading order on the Paradex perpetual futures platform, specifying market, order type, side, size, and optional parameters like price or trigger price for advanced order types.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
client_id | No | 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 | No | Order price (required for LIMIT orders). | |
reduce_only | No | Reduce-only flag. | |
size | Yes | Order size. | |
trigger_price | No | Trigger price (required for STOP_LIMIT orders). |