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

Get open perp positions

Get open perp positions

get

Fetch a wallet's open perpetual positions — asset, signed size (negative for a short), entry price, leverage, unrealized PnL and liquidation price.

This is where the size and is_buy for /api/v1/perp/close come from: read the position instead of tracking it yourself, since fills, funding and partial closes all move it. An empty list means the wallet holds no open positions.

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/positions

Last updated

Was this helpful?