Skip to main content
All account endpoints require authentication via X-API-Key or X-HL-Private-Key header. See Authentication. These endpoints query data for the wallet associated with your API key. For looking up any public address without authentication, see User Data.

Positions

Get your full clearinghouse state including all open positions, margin, and account value. GET /exchange/positions

Open orders

Get all currently resting orders. GET /exchange/open-orders

Fills

Get recent trade fills. GET /exchange/fills

Fills by time range

Get fills within a specific time window. GET /exchange/fills/by-time

Order status

Check the status of a specific order by ID. GET /exchange/order-status/{oid}

Balances

Get your spot token balances. GET /exchange/balances

Funding history

Get your funding payments over a time range. GET /exchange/funding-history

Fees

Get your current fee tier and rates. GET /exchange/fees

Portfolio

Get a portfolio summary including all positions and account metrics. GET /exchange/portfolio