Get user order history
Retrieve paginated order history for a specific user including filled, cancelled, and expired orders. Supports filtering by market, order type, status, side, reduce-only, and timestamp range. Supports sorting by timestamp (default: descending). Page size is capped at 200.
Query parameters
User account address (user query alias is also accepted)
Page size
Page offset
Sort key for history endpoints
Filter by market address
Filter by order type
Filter by order status
Order side filter: buy (long) or sell (short). For orders, maps to is_buy column. For trades/funding, maps to action IN ('OpenLong','CloseShort') (buy) or action IN ('CloseLong','OpenShort') (sell).
Filter by side
Filter by reduce-only flag
Response
Order history retrieved successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.