hyperliquid

Queries Hyperliquid public info endpoints for market data and account performance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill removes the friction of manually navigating exchange interfaces by providing direct, programmatic access to Hyperliquid market data and personal account history.

Core Features & Use Cases

  • Market Intelligence: Quickly query perp and spot market data, including candles, funding rates, and order book depth.
  • Account Review: Analyze wallet positions, spot balances, and historical fills to evaluate trading performance.
  • Use Case: A trader can use this skill to generate a comprehensive post-trade review, identifying realized PnL and fee drag across multiple coins to refine their strategy.

Quick Start

Use the hyperliquid skill to display the current top five perp markets 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 perps and spot trading?

You can query real-time Hyperliquid market data by accessing public info endpoints to retrieve perp and spot market metrics like candles, funding rates, and order book depth.

Can I analyze wallet positions and historical fills on Hyperliquid programmatically?

Yes, you can analyze wallet positions, spot balances, and historical fills programmatically to evaluate trading performance and identify realized PnL and fee drag across multiple coins.

Does this Hyperliquid data skill require any external dependencies to run?

No, this skill operates using standard library networking tools to query Hyperliquid public endpoints, ensuring zero-dependency execution within the agent environment.

How do I review my Hyperliquid trading performance and calculate realized PnL?

To review Hyperliquid trading performance, query your account history to retrieve historical fills, evaluate wallet positions, and calculate realized PnL and fee drag for post-trade analysis.

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

The best way to inspect order book depth and funding rates is to query Hyperliquid public info endpoints directly, retrieving real-time market data for automated analysis without manual interface navigation.