hyperliquid

Retrieve and analyze Hyperliquid market and account data using standard Python libraries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the complexity of querying Hyperliquid blockchain data by providing a simple way to inspect markets, accounts, and trading activity without building custom API integrations.

Core Features & Use Cases

  • Market Data Access: Retrieve Hyperliquid perpetual and spot markets, candles, funding rates, order books, and DEX information.
  • Account Analysis: Review wallet positions, balances, fills, orders, and generate post-trade summaries with market context.
  • Data Export: Create normalized JSON datasets containing candle and funding data for research and backtesting preparation.

Quick Start

Use the hyperliquid skill to review the latest trading activity and market context for a Hyperliquid wallet address.

Frequently Asked Questions about hyperliquid

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

FAQPage Schema
How do I retrieve Hyperliquid market data and funding rates for research?

You can retrieve Hyperliquid market data by connecting to public endpoints to pull perpetual and spot markets, candles, funding rates, and order books. This process provides normalized JSON datasets ready for blockchain trading research and backtesting preparation.

Can I review wallet positions and trade fills on Hyperliquid without building custom API integrations?

Yes, you can review Hyperliquid wallet positions, balances, fills, and orders without custom API integrations. The system connects to public endpoints for read-only data retrieval, allowing you to inspect account activity and generate post-trade summaries with market context.

What do I need to analyze Hyperliquid perpetuals and spot markets?

To analyze Hyperliquid perpetuals and spot markets, you only need standard Python libraries. The system connects to Hyperliquid public endpoints for read-only data retrieval, requiring no external dependencies or complex environment setups to inspect markets and trading activity.

How do I evaluate trade performance for a Hyperliquid wallet address?

You can evaluate trade performance by reviewing wallet positions, fills, and orders to generate post-trade summaries. This approach combines account analysis with retrieved market context to evaluate trading activity for a specified Hyperliquid wallet address.

What is the best way to export Hyperliquid candles and funding data for backtesting?

The best way to export Hyperliquid candles and funding data is to retrieve them directly from public endpoints and normalize them into JSON datasets. This process creates structured datasets containing market and funding data specifically prepared for research and backtesting workflows.

Are there limitations to querying Hyperliquid blockchain data with read-only access?

The primary limitation of querying Hyperliquid blockchain data is that access is strictly read-only. You can retrieve and analyze market data, account positions, and fills, but you cannot execute trades, modify orders, or push transactions through these public endpoints.