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

Get open perp orders

Get open perp orders

get

Fetch a wallet's resting limit orders and untriggered trigger orders. The take-profit and stop-loss legs of a bracket order appear here until they trigger.

Use each entry's order id (oid) as the order_id for /api/v1/perp/cancel. Orders that have already filled or been cancelled are not returned.

Authorizations
apikeystringRequired

API key for authentication

Query parameters
wallet_addressstringRequired

Wallet address on Hyperliquid

Example: 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
Responses
200

Successful Response

application/json
get/api/v1/perp/orders

Last updated

Was this helpful?