Get order history
Hyperliquid
Order history
Endpoint providing order history by user address
POST
Get order history
This endpoint provides historical order data for Hyperliquid user addresses.
Drop-in ReplacementThis endpoint is a 1-1 replacement for the
historicalOrders endpoint in Hyperliquid, with no limits on how far back you can query.We include two optional parameters, startTime and endTime, to facilitate flexible time range queries.Authorizations
Body
application/json
Request type - must be 'historicalOrders'
Available options:
historicalOrders User's wallet address (hex string)
Start time filter (Unix timestamp in milliseconds). The interval between startTime and endTime cannot exceed 30 days.
End time filter (Unix timestamp in milliseconds). The interval between startTime and endTime cannot exceed 30 days.