hyperliquid

Fetch Hyperliquid market and account data via a Python CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Hyperliquid data and account history can be accessed via a lightweight CLI to fetch market lists, candles, funding history, and trade details without API keys.

Core Features & Use Cases

  • Read-only access to the public Hyperliquid endpoints for market data, candles, funding history, and account state.
  • Commands to retrieve dexs, markets, spots, candles, funding, L2 data, state, spot balances, fills, orders, reviews, and data exports.
  • Real-world use: quickly fetch the latest market snapshots and a snapshot of a wallet's activity to inform trading decisions.

Quick Start

Run the hyperliquid client to query markets, candles, funding history, or account data using the provided Python script.

Frequently Asked Questions about hyperliquid

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

FAQPage Schema
How do I fetch Hyperliquid market data and candles without API keys?

You can fetch Hyperliquid market data, candles, and trades without API keys using a lightweight Python CLI that queries public info endpoints with read-only access.

Can I retrieve Hyperliquid account history and wallet fills read-only?

Yes, you can retrieve Hyperliquid account state, spot balances, fills, and orders read-only by querying the public info endpoints using a standalone Python script.

What's the best way to get Hyperliquid funding history and L2 order book data?

The best way to get Hyperliquid funding history and L2 data is by running Python CLI commands that fetch snapshots directly from the public blockchain endpoints.

Do I need any external Python packages to query Hyperliquid perpetual and spot markets?

No, you do not need external Python packages to query Hyperliquid spot and perpetual markets because the script requires only the Python standard library to operate.

Does the Hyperliquid CLI support custom API URLs and default wallet addresses?

Yes, the Hyperliquid CLI supports custom API URLs and default wallet addresses through environment overrides, allowing you to query account data and market lists flexibly.

When should I not use this approach for accessing Hyperliquid trade details?

You should not use this approach if you need write access or private endpoints, because this CLI is strictly for read-only access to public market data and account state.