Query Parameters
The wallet address to query orders for.
Filter orders by chain ID (e.g. evm:42161). If omitted, returns orders from all supported chains.
Filter orders by DEX. Supported values: gains, lighter. If omitted, returns orders from all supported DEXes.
Response
Array of unfilled perpetual orders.
Order type: STOP or LIMIT
Contract address associated with the order
DEX name. Possible values: gains, hyperliquid, gte, lighter
Order side: BUY (Long) or SELL (Short)
Order size in raw token units (bigint as string). Decimals are the token’s on-chain decimals, except for Lighter which always uses 18 decimals.
Estimated liquidation price
Unrealized Profit/Loss in USD
Realized Profit/Loss in USD
Realized Profit/Loss as percentage
Unrealized Profit/Loss as percentage
Funding fees paid/received in USD
Address of collateral token
Array of take-profit orders. Each object contains: size (bigint), price (number), id (number)
Array of stop-loss orders. Each object contains: size (bigint), price (number), id (number)
Date when the order was created (ISO 8601 format)
Date of last order update (ISO 8601 format)