hyperliquid

Fetch Hyperliquid market, candle, funding, and wallet data via public endpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Hyperliquid provides read-only access to market data, funding history, and wallet activity for analysis without exposing credentials or needing API keys.

Core Features & Use Cases

  • Retrieve market listings for perpetual and spot markets, including candles and funding rates.
  • Inspect a wallet's balances, positions, fills, and orders for review and decision support.
  • Generate export-ready datasets and trading insights for backtesting or reporting.

Quick Start

Invoke the hyperliquid_client.py script to query markets, candles, funding, state, and balances for a given coin.

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 funding rates without API keys?

You can query Hyperliquid market data and funding rates without API keys by using this Skill's Python scripts to fetch read-only data from public endpoints, handling errors and rate limits gracefully without requiring credentials.

Can I retrieve a wallet's balances and open positions on the Hyperliquid blockchain?

Yes, you can retrieve a wallet's balances, positions, fills, and orders on the Hyperliquid blockchain by invoking the client script to fetch read-only wallet state data for spot and perpetual assets.

What is the best way to get Hyperliquid candles for backtesting datasets?

The best way to get Hyperliquid candles for backtesting is to query the public market endpoints through this Skill to retrieve candles across specified time windows, generating export-ready datasets for analysis.

Do I need to install external dependencies to fetch Hyperliquid perp and spot market data?

No, you do not need to install external dependencies to fetch Hyperliquid perp and spot market data because the implementation relies solely on the Python standard library.

Does the Hyperliquid data CLI support reading default configurations from environment files?

Yes, the Hyperliquid data CLI supports reading optional default configurations from a local environment file located at ~/.hermes/.env to streamline your queries.

Are there limitations when fetching historical funding history for Hyperliquid assets?

Limitations when fetching historical funding history include potential rate limits from public endpoints, though the Skill manages these gracefully and requires no authentication for read-only access.