For the complete documentation index, see llms.txt. This page is also available as Markdown.

historicalOrders

Parameters

type: historicalOrders user: address (42-char hex)

Returns

Historical order data with pagination. Each order includes status, fill info, and timestamps.

Example

// Request
curl https://hyperliquid.blockpi.network/v1/info/your-api-key -X POST -H "Content-Type: application/json" --data '{"type":"historicalOrders"}'

// Result
[]

Was this helpful?