hyperliquid

Retrieve Hyperliquid market data, positions, and trade history via public endpoints.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/Rheasilvia/hermes-desktop --skill hyperliquid-rheasilvia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperliquid
Source: https://github.com/Rheasilvia/hermes-desktop/tree/main/optional-skills/blockchain/hyperliquid
Command: npx skills add https://github.com/Rheasilvia/hermes-desktop --skill hyperliquid-rheasilvia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill removes the friction of manually checking market data or account status on Hyperliquid, providing instant, read-only access to trading information directly within your workspace.

Core Features & Use Cases

  • Market Intelligence: Quickly query perp and spot market data, funding rates, and order book depth.
  • Account Review: Monitor your perp positions, spot balances, and recent trade history without needing API keys.
  • Performance Analysis: Generate post-trade reviews to analyze realized PnL, fee drag, and win/loss metrics for specific coins or time windows.

Quick Start

Use the hyperliquid skill to display the current perp positions and spot balances for your configured wallet address.

Frequently Asked Questions about hyperliquid

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my Hyperliquid perp positions and spot balances?

To check Hyperliquid perp positions and spot balances, you can query your configured wallet address directly. This provides read-only access to your account status, eliminating the need to manually log into the exchange or use API keys.

Can I analyze realized PnL and fee drag for my crypto trades?

Yes, you can generate post-trade performance reviews to analyze realized PnL, fee drag, and win/loss metrics. This allows you to evaluate your trading performance for specific coins or time windows directly within your workspace.

Do I need API keys to monitor my Hyperliquid account data?

No, you do not need API keys to monitor your Hyperliquid account data. The skill operates using standard library network requests to retrieve and normalize public info endpoints for read-only market intelligence and portfolio monitoring.

What is the best way to query Hyperliquid funding rates and order book depth?

The best way to query Hyperliquid funding rates and order book depth is by using read-only public info endpoints. This approach facilitates instant market analysis by retrieving and normalizing blockchain-based exchange data without manual checks.

Are there limitations when retrieving Hyperliquid market data via standard library requests?

The primary limitation is that data retrieval is strictly read-only, meaning you cannot execute trades or modify orders. Additionally, relying on standard library network requests to fetch public info endpoints may encounter rate limits or latency during high network congestion.