hyperliquid

Query Hyperliquid public endpoints for market data and account performance.

1|Updated Jul 31, 2026
One-click install
npx skills add https://github.com/icyzh/hermes-web --skill hyperliquid-icyzh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperliquid
Source: https://github.com/icyzh/hermes-web/tree/main/optional-skills/blockchain/hyperliquid
Command: npx skills add https://github.com/icyzh/hermes-web --skill hyperliquid-icyzh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill eliminates the need for manual dashboard navigation by providing direct, command-line access to Hyperliquid market data and personal account performance metrics.

Core Features & Use Cases

  • Market Intelligence: Quickly query perp and spot market data, including funding rates, order books, and historical candles.
  • Account Review: Analyze realized PnL, fee efficiency, and trade history for specific addresses without needing API keys.
  • Use Case: A trader can instantly generate a post-trade review to identify which coins contributed most to fee drag or realized losses over the last week.

Quick Start

Use the hyperliquid skill to display the top 10 perp markets sorted by 24-hour volume.

Frequently Asked Questions about hyperliquid

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

FAQPage Schema
How do I query real-time Hyperliquid market data for perpetuals and spot markets?

You can retrieve real-time Hyperliquid market data by querying public info endpoints for perp and spot markets. This skill fetches funding rates, order book depth, and historical candles using standard read-only network requests.

Can I analyze my Hyperliquid trading account performance without an API key?

Yes, you can analyze Hyperliquid account performance without an API key by inputting a specific blockchain address. The skill retrieves historical trade execution history, realized PnL, and fee efficiency metrics for that address.

What's the best way to generate a post-trade review for Hyperliquid perp markets?

The best way to generate a post-trade review is by analyzing your trade execution history for specific addresses. This allows you to identify which coins contributed most to fee drag or realized losses over a selected period.

Does this approach support retrieving historical candles for backtesting preparation?

Yes, this approach supports retrieving historical candles for backtesting preparation. By querying public info endpoints, it provides read-only market insights and historical account performance metrics needed to evaluate past trading strategies.