Description
Returns all open GTC (Good Till Cancelled) limit orders for the authenticated user. These are orders that are currently sitting on the order book waiting to be matched.Market orders (FOK/FAK) execute immediately and will not appear in this list.
Response
Array of open order objects.
Total number of open orders.
Order Object
Unique order identifier.
The outcome token ID this order is for.
The market/condition ID.
Order side:
"BUY" or "SELL".Limit price per share (0.01 - 0.99).
Total order size in shares.
Number of shares already filled.
Number of shares still on the order book.
Order status:
"PLACED" or "PARTIALLY_FILLED".ISO 8601 timestamp when the order was created.
ISO 8601 timestamp when the order was last updated.
The full market question text.
The name of the outcome (e.g., “Yes”, “No”).
Error Responses
| Status | Description |
|---|---|
401 | Unauthorized - Invalid or missing API key |
500 | Internal server error |