Order Status
paradex_order_statusCheck the detailed status of a specific order to confirm execution, fill status, or diagnose issues with order placement.
Instructions
Check the detailed status of a specific order for execution monitoring.
Use this tool when you need to:
- Confirm if a particular order was accepted and is active
- Check if an order has been filled, partially filled, or canceled
- Get execution details for a specific order
- Diagnose issues with order placement
- Track the status of important orders individually
Order status tracking is essential for verifying execution status
and troubleshooting any issues with specific orders.
Example use cases:
- Checking if a recently placed limit order is active in the book
- Verifying fill details of a specific order
- Determining why an order might have been rejected
- Confirming cancellation status of an order you attempted to cancel
- Getting execution timestamps for order lifecycle analysisInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | Order identifier. | |
| client_id | Yes | Client-specified order ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Paradex Account | |
| avg_fill_price | No | Average fill price of the order | |
| cancel_reason | No | Reason for order cancellation if it was closed by cancel | |
| client_id | No | Client order id provided by the client at order creation | |
| created_at | No | Order creation time | |
| flags | No | Order flags, allow flag: REDUCE_ONLY | |
| id | No | Unique order identifier generated by Paradex | |
| instruction | No | Execution instruction for order matching | |
| last_updated_at | No | Order last update time. No changes once status=CLOSED | |
| market | No | Market | |
| price | No | Order price. 0 for MARKET orders | |
| published_at | No | Timestamp in milliseconds when order was sent to the client | |
| received_at | No | Timestamp in milliseconds when order was received by API service | |
| remaining_size | No | Remaining size of the order | |
| request_info | No | Additional request information for orders | |
| seq_no | No | Unique increasing number (non-sequential) that is assigned to this order update and changes on every order update. Can be used to deduplicate multiple feeds. WebSocket and REST responses use independently generated seq_no per event. | |
| side | No | Order side | |
| size | No | Order size | |
| status | No | Order status | |
| stp | No | Self Trade Prevention mode | |
| timestamp | No | Order signature timestamp | |
| trigger_price | No | Trigger price for stop order | |
| type | No | Order type |