Get frontend-enriched open orders
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns all open orders for the specified user address, decorated with additional information relevant for frontend display. The response includes the full set of fields: coin, side, limitPx, sz, oid, timestamp, triggerCondition, isTrigger, triggerPx, children, isPositionTpsl, reduceOnly, orderType, origSz, tif, and cloid.
Body
application/json
typestringrequiredOperation type; must be exactly "frontendOpenOrders" (case‑sensitive).
userstringrequiredEthereum wallet address. Format: 0x‑prefixed hex string, 42 characters.
Response
200OK
Array of enriched open order objects.