info
endpoint with type: "frontendOpenOrders"
retrieves a user’s open orders with additional frontend-specific formatting and metadata. This endpoint provides enhanced order information specifically designed for display in trading interfaces, including order types, trigger conditions, and other UI-relevant data.
type
(string, required) — The request type. Must be "frontendOpenOrders"
to retrieve user’s open orders with frontend formatting.user
(string, required) — Address in 42-character hexadecimal format (e.g., 0x31ca8395cf837de08b24da3f660e77761dfb974b
).dex
(string, optional) — Perp dex name. Defaults to the empty string which represents the first perp dex. Spot open orders are only included with the first perp dex.coin
(string) — Trading pair or asset symbol (e.g., “BTC”, “ETH”)limitPx
(string) — Limit price of the order in string format for precisionoid
(integer) — Order ID, a unique identifier for the orderside
(string) — Order side:
"A"
— Ask (sell order)"B"
— Bid (buy order)sz
(string) — Current order size in string format for precisiontimestamp
(integer) — Order creation timestamp in millisecondsorigSz
(string) — Original order size when the order was createdorderType
(string) — Human-readable order type (e.g., “Limit”, “Market”, “Stop”, “Stop Limit”)triggerCondition
(string) — Trigger condition for conditional orderstriggerPx
(string) — Trigger price for conditional ordersreduceOnly
(boolean) — Whether this is a reduce-only order that can only decrease position sizeisPositionTpsl
(boolean) — Whether this is a position take-profit/stop-loss orderisTrigger
(boolean) — Whether this is a trigger orderinfo
endpoint with type: "frontendOpenOrders"
is specifically designed for trading applications that need to:
Array of user's open orders with frontend-specific formatting
List of open orders formatted for frontend display