Home

Get frontend-enriched open orders

POST
https://hype.nownodes.io/info

Authorizations

ApiKeyAuthApiKeyAuth

api-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
typestringrequired

Operation type; must be exactly "frontendOpenOrders" (case‑sensitive).

userstringrequired

Ethereum wallet address. Format: 0x‑prefixed hex string, 42 characters.

Response

200OK

Array of enriched open order objects.