Hyperliquid Portfolio — Account State & Trade History
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.
How to connect
https://hl-portfolio--axel-belfort.run.tools
tools/list returns the expected tools before relying on them in production.Tools
(4)-
hyperliquid_get_account_stateUse 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_fillsUse 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_ordersUse 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_fundingUse 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