hyperliquid

Fetch Hyperliquid market data and account history via public endpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Hyperliquid data and account activity can be accessed via public endpoints, but obtaining market data, candles, funding history, and wallet state requires multiple steps. This Skill provides a concise CLI interface to query Hyperliquid data.

Core Features & Use Cases

  • Read-only access to market data, candles, funding history, and order-book snapshots.
  • Retrieve account state, spot balances, fills, and orders for a given address.
  • Generate post-trade reviews and data exports to support backtesting and performance analysis.

Quick Start

Use the hyperliquid_client.py CLI to fetch markets, candles, funding history, and account state for a given coin or address.

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 candles for a specific coin?

You can query Hyperliquid market data and candles for a specific coin by using a read-only CLI that fetches information directly through public endpoints without requiring an API key.

Can I retrieve Hyperliquid account history and spot balances without an API key?

Yes, you can retrieve Hyperliquid account state, spot balances, fills, and orders for a given address without an API key by accessing public endpoints via the command line interface.

What's the best way to get Hyperliquid funding history and order-book snapshots?

The best way to get Hyperliquid funding history and order-book snapshots is using a Python standard library CLI that provides read-only access to the exchange's public data endpoints.

Does this Hyperliquid data query tool work with only Python's standard library?

Yes, this Hyperliquid data query tool operates entirely using only Python's standard library, reading default configurations from ~/.argo/.env or ~/.env when available.

How do I generate post-trade reviews and data exports for Hyperliquid backtesting?

You can generate post-trade reviews and data exports to support backtesting and performance analysis by querying account fills and market data through the command line interface.

Are there limitations to using a read-only CLI for Hyperliquid blockchain analysis?

The primary limitation of this read-only CLI for Hyperliquid blockchain analysis is that it cannot execute trades; it is strictly designed for fetching market data and account history.