pro_get_open_orders
Retrieve open trading orders from Bit2Me PRO. Filter by trading pair or specific order ID to get detailed status of pending or partially filled orders.
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 |
|---|---|---|---|
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. | |
| pair | No | Filter by trading pair (e.g., BTC-USD) | |
| order_id | No | Filter by specific order UUID. If provided, returns only that order with full details. |