Get account's open orders
Retrieve all currently open perp and spot orders for a specific account.
Each order row carries asset_type; use ?asset_type=perp|spot to filter.
Includes limit orders, stop orders, and TP/SL orders attached to positions. Supports pagination.
Authorizations
Bearer token from Geomi. See Authentication for setup instructions.
Query Parameters
User account address (user query alias is also accepted)
Optional asset_type filter ("perp" | "spot"). Omit to UNION both.
Each row carries an asset_type field for client-side demux.
Discriminator carried on DTOs that can mix perp and spot rows (markets,
orders, trades, bulk orders, bulk order fills, and WebSocket payloads).
Also accepted as a query parameter on REST endpoints that can filter to one
product.
Wire format is lowercase ("perp" / "spot") and accepted
case-insensitively on the request side via [impl_case_insensitive_deserialize].
perp, spot Page size
0 <= x <= 1000Page offset
0 <= x <= 10000
