hyperliquid

Retrieve Hyperliquid market data and account history via public API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies accessing and reviewing Hyperliquid market data and account history, offering a streamlined way to analyze trading activity and market trends.

Core Features & Use Cases

  • Market Data: Retrieve real-time and historical market data for perpetual and spot markets.
  • Account History: Inspect account positions, balances, fills, and orders.
  • Trade Review: Generate post-trade reviews combining fills with market context for analysis.
  • Use Case: For traders who need to monitor their positions and understand market movements, this Skill can quickly provide the necessary data and insights.

Quick Start

Use the hyperliquid skill to get the latest market data for BTC.

Frequently Asked Questions about hyperliquid

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

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

Retrieve real-time Hyperliquid market data by accessing the public API via Python's urllib and json libraries. This provides current pricing and market trends for both perpetual and spot markets without requiring external packages.

Can I inspect my Hyperliquid account positions and fills without installing external packages?

Yes, you can inspect Hyperliquid account positions, balances, fills, and orders. The Skill operates using Python's built-in urllib and json libraries, requiring no external dependencies to fetch account history.

What is the best way to perform a post-trade review on Hyperliquid?

Perform a post-trade review by combining your Hyperliquid fills with market context. The Skill retrieves account history and market data to generate a comprehensive analysis of your trading activity.

Does the Hyperliquid market data Skill support historical data retrieval?

Yes, the Skill supports retrieving both real-time and historical market data for Hyperliquid perpetual and spot markets. It queries the public API to gather past market trends and pricing information.

Do I need API keys to access Hyperliquid account history and trade data?

No API keys are needed. The Skill accesses Hyperliquid's public API using standard Python libraries to retrieve market data, inspect account positions, and perform trade reviews.