hyperliquid

Query Hyperliquid market and account data via public endpoints to JSON.

150|25|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Devsoul2026/Hermes-One-Click --skill hyperliquid-devsoul2026
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hyperliquid
Source: https://github.com/Devsoul2026/Hermes-One-Click/tree/main/hermes-agent/optional-skills/blockchain/hyperliquid
Command: npx skills add https://github.com/Devsoul2026/Hermes-One-Click --skill hyperliquid-devsoul2026

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Users need quick access to Hyperliquid market data, wallet state, and post-trade reviews without building custom API clients or scripting boilerplate.

Core Features & Use Cases

  • Query perp and spot markets, candles, and funding history to monitor liquidity and price trends.
  • Inspect account state: positions, spot balances, fills, and orders for a given address.
  • Generate structured trade reviews combining fills and market context, with a data export option.

Quick Start

Ask Hermes to run the Hyperliquid client for markets and state data for a specific coin and time window.

Frequently Asked Questions about hyperliquid

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

FAQPage Schema
How do I query Hyperliquid market data and wallet state without writing custom API clients?▼

You can query Hyperliquid market data and wallet state by running a CLI script that uses Python's standard library to fetch markets, candles, funding, and account history, returning machine-readable JSON outputs.

What is the best way to generate a structured trade review for Hyperliquid fills?▼

To generate a structured Hyperliquid trade review, you can combine your wallet's fill history with market context data using the data export option, producing an AI-ready consolidated view.

Can I retrieve Hyperliquid account history and spot balances using only Python's standard library?▼

Yes, you can retrieve Hyperliquid account history, spot balances, positions, and orders using a CLI script built entirely on Python's standard library with environment-based defaults.

Does this approach to Hyperliquid data export require any external dependencies?▼

No, this approach to Hyperliquid data export requires zero external dependencies, as it operates entirely within Python's standard library to query public endpoints and output JSON.

When do I need to query Hyperliquid funding history and perpetual market candles?▼

You need to query Hyperliquid funding history and perpetual market candles when monitoring liquidity and price trends, which the CLI script fetches directly from public endpoints into JSON.