Endpoint
Request Body
| Parameter | Type | Description |
|---|---|---|
type* | string | Must be "openOrders" |
user* | string | User wallet address |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
oid | string | Internal Notional order id |
venueOid | number | null | Venue order id, null until accepted |
parentOrderId | string | null | Parent order id for TP/SL child orders |
status | string | Current order status |
Notes
- Results are sorted newest first. - This endpoint includes
waitingForTriggerandpending_parent_fillorders in addition toopenandpartial. -venueOidcan benullfor trigger-waiting or deferred child orders.
