v1

latestOpenAPI 3.1.02026-07-2681217214.1 KB

Get order history

Retrieve historical orders for a user with optional time filtering

post/api/v1/developer/trading/hyperliquid/info/order/history

Request body

type'historicalOrders' required

Request type - must be 'historicalOrders'

userstring required

User's wallet address (hex string)

startTimeinteger

Start time filter (Unix timestamp in milliseconds). The interval between startTime and endTime cannot exceed 30 days.

endTimeinteger

End time filter (Unix timestamp in milliseconds). The interval between startTime and endTime cannot exceed 30 days.

Response

Order history retrieved successfully

statusstring nullable

Order status

statusTimestampinteger nullable

Timestamp when status was last updated