hyperliquid

Fetch Hyperliquid market and account data via the public API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Hyperliquid data access across markets and accounts via a compact CLI, enabling quick insights without heavy setup.

Core Features & Use Cases

  • Query perp and spot market data including candles, funding history, and order books.
  • Inspect account state, spot balances, fills, and trade reviews for post-trade analysis.
  • Generate reusable datasets and reports for backtesting and performance evaluation.

Quick Start

Run the hyperliquid CLI to fetch data for a coin and print the latest market snapshot.

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 for perps and spot markets via CLI?

You can query Hyperliquid market data for perps and spot markets by running a compact CLI that fetch candles, funding history, and order books directly from the public API. The CLI provides read-only insights without requiring heavy setup.

Can I review my Hyperliquid account fills and trade history for post-trade analysis?

Yes, you can inspect your Hyperliquid account state, spot balances, fills, and trade reviews for post-trade analysis. The tool queries your account address to retrieve historical trade data across multiple time windows.

Do I need to install external Python packages to fetch Hyperliquid blockchain data?

No, you do not need external Python packages to fetch Hyperliquid blockchain data. The tool runs entirely with Python standard library modules, requiring only the HYPERLIQUID_API_URL and HYPERLIQUID_USER_ADDRESS environment variables to execute.

What is the best way to generate reusable datasets for Hyperliquid backtesting?

The best way to generate reusable datasets for Hyperliquid backtesting is to use a CLI tool that fetches market and account data via the public API. It compiles perp and spot market snapshots into structured reports for performance evaluation.

How does the CLI handle network errors or missing data when querying Hyperliquid APIs?

The CLI handles network errors and missing data gracefully when querying Hyperliquid APIs. It is designed to manage read-only requests safely, ensuring that incomplete data or connectivity issues do not crash the execution flow.

How do I configure my environment to access Hyperliquid account balances and orders?

You configure your environment to access Hyperliquid account balances and orders by setting the HYPERLIQUID_API_URL and HYPERLIQUID_USER_ADDRESS variables. These can be defined in the system environment or within a local .env file.