Endpoint providing order history by user address
This endpoint provides historical order data for Hyperliquid user addresses.Documentation Index
Fetch the complete documentation index at: https://docs.allium.so/llms.txt
Use this file to discover all available pages before exploring further.
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.Request type - must be 'historicalOrders'
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.