pro_get_open_orders
Get a list of all open trading orders, with optional filters by order ID or trading pair to track pending and partially filled positions.
Instructions
View open trading orders in PRO. Returns all active orders (pending, partially filled). If order_id is provided, returns details for that specific order. Optional pair filter to see orders for a specific market. Order status ENUM: open (order is active and waiting to be filled), filled (order was completely executed), cancelled (order was cancelled or expired). [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | No | Filter by specific order UUID. If provided, returns only that order with full details. | |
| pair | No | Filter by trading pair (e.g., BTC-USD) | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |