hyperliquid

Query Hyperliquid market and account data through a read-only CLI.

Updated May 11, 2026
One-click install
npx skills add https://github.com/jason660519/Project-Manager --skill hyperliquid-jason660519
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hyperliquid
Source: https://github.com/jason660519/Project-Manager/tree/main/hermes-agent/optional-skills/blockchain/hyperliquid
Command: npx skills add https://github.com/jason660519/Project-Manager --skill hyperliquid-jason660519

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Hyperliquid Skill provides read-only access to market data, account history, and trade reviews via a single CLI, without requiring API keys or signing.

Core Features & Use Cases

  • Retrieve live perp and spot market prices, candles, funding history, and open interest to support market analysis.
  • Inspect a wallet's positions, balances, fills, and orders to review trades and performance.
  • Export normalized datasets for backtesting, reporting, or archival research.

Quick Start

Run the markets command to fetch the top markets.

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 activity without an API key?▼

You can query Hyperliquid market data and wallet activity without an API key by using a read-only CLI that retrieves perp and spot prices, wallet balances, fills, and orders without requiring signing or authentication.

What Hyperliquid data can I retrieve for market analysis?▼

Hyperliquid market analysis data includes live perp and spot market prices, candles, funding history, and open interest, all retrievable through the read-only CLI to support trading analysis.

Can I review my Hyperliquid wallet trades and open positions?▼

You can review Hyperliquid wallet trades and open positions by inspecting a wallet's balances, fills, and active orders via the read-only CLI to evaluate trade performance and history.

Does the Hyperliquid CLI support data export for backtesting?▼

The Hyperliquid CLI supports data export for backtesting by providing normalized datasets of market prices and trade fills that can be archived or used for reporting.

Do I need Python to run the Hyperliquid market data CLI?▼

You need Python to run the Hyperliquid market data CLI because the deterministic script is implemented using Python's standard library without requiring external API keys.