hyperliquid

Access Hyperliquid market data and account information via the info API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill eliminates the need to manually navigate the Hyperliquid web interface to track market movements, monitor account positions, or perform post-trade analysis.

Core Features & Use Cases

  • Market Intelligence: Access real-time perp and spot market data, including funding rates, order books, and historical candles.
  • Account Monitoring: Instantly view current perp positions, spot balances, and recent trade history.
  • Trade Review: Generate comprehensive performance reports including realized PnL, fee analysis, and win/loss heuristics to improve trading strategy.

Quick Start

Use the hyperliquid skill to review the recent trading performance and realized PnL for my account address.

Frequently Asked Questions about hyperliquid

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

FAQPage Schema
How do I track Hyperliquid perp positions and spot balances programmatically?

Programmatic access to Hyperliquid perp positions and spot balances is available via the info API endpoint, which retrieves private account data for portfolio monitoring without manual web interface navigation.

What is the best way to get real-time Hyperliquid market data for funding rates and order books?

Real-time Hyperliquid market data, including funding rates and order books, is retrieved through standard library network requests to the info API endpoint for lightweight and secure data access.

Can I perform post-trade analysis and calculate realized PnL for my Hyperliquid account?

Yes, you can perform post-trade analysis by generating comprehensive performance reports that include realized PnL, fee analysis, and win/loss heuristics to review your Hyperliquid trading strategy.

How do I access Hyperliquid historical candles without using the web interface?

Hyperliquid historical candles can be accessed programmatically via the info API endpoint, facilitating market analysis and trade review using standard library network requests.

Do I need external dependencies to retrieve Hyperliquid public market data?

No external dependencies are required to retrieve Hyperliquid public market data, as the skill operates using standard library network requests to ensure lightweight and secure data retrieval.