Hyperliquid Portfolio — Account State & Trade History
Hyperliquid account analysis API for AI agents.
Что умеет
- Hyperliquid Get Account State: Use this when you need to retrieve the full portfolio state of a Hyperliquid perpetuals account. Returns the complete clearinghouse state for any wallet address includin
- Hyperliquid Get Trade Fills: Use this when you need to retrieve recent trade executions (fills) for a Hyperliquid perpetuals account. Returns the most recent trades with full execution details includi
- Hyperliquid Get Open Orders: Use this when you need to see all pending/open orders for a Hyperliquid perpetuals account. Returns every resting order on the book with full order parameters. Returns: 1.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Hyperliquid account analysis API for AI agents. Full clearinghouse state for any wallet: open positions with PnL, trade fills with timestamps, pending orders, funding payments, margin usage, and account value.
Tools: hyperliquid_get_account_state, hyperliquid_get_trade_fills, hyperliquid_get_open_orders, hyperliquid_get_user_funding.
Use this for portfolio monitoring, trade analysis, PnL tracking, or building account dashboards. Essential for any Hyperliquid portfolio management agent. IMPORTANT: For market-wide data, use hyperliquid_get_market_data instead.
Returns full account snapshot. No API key required — x402 micropayment $0.003/call on Base L2.
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| hyperliquid_get_account_state | Use this when you need to retrieve the full portfolio state of a Hyperliquid perpetuals account. Returns the complete clearinghouse state for any wallet address including account-level metrics and per |
| hyperliquid_get_trade_fills | Use this when you need to retrieve recent trade executions (fills) for a Hyperliquid perpetuals account. Returns the most recent trades with full execution details including realized PnL on closed pos |
| hyperliquid_get_open_orders | Use this when you need to see all pending/open orders for a Hyperliquid perpetuals account. Returns every resting order on the book with full order parameters. Returns: 1. coin: the perpetual market |
| hyperliquid_get_user_funding | Use this when you need to retrieve funding payment history for a Hyperliquid perpetuals account. Returns all funding rate payments received or paid, useful for calculating funding income/expense and e |