Per-sub equity + positions + open orders
GET /v1/trading-gateway/summary — One-shot read for a single sub-wallet's equity, open positions, and open orders. `subAccountId` is optional — when omitt
GET /v1/trading-gateway/summary
One-shot read for a single sub-wallet's equity, open positions, and open orders. subAccountId is optional — when omitted the user's default sub is used. Routes per the sub's bound exchange. Prefer this over the legacy /v1/perp-wallets/summary (kept for backwards compat); the legacy path requires subAccountId and historically only spoke to Hyperliquid's default dex.
| Method | GET |
| Path | /v1/trading-gateway/summary |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | perps |
Response body
{ "total_equity": "175.52", "available_balance": "90.18", "margin_used": "85.34", "positions": [], "open_orders": [] }