hyperliquid

Retrieve Hyperliquid market and account data via the public /info endpoint.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires urllib, json, argparse, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of accessing Hyperliquid market and account data, enabling users to efficiently review market conditions and their own portfolio.

Core Features & Use Cases

  • Market Data: Access various market data such as DEXs, markets, candles, funding, and L2 book information.
  • Account History: Inspect perp positions, spot balances, fills, and orders.
  • Trade Review: Generate a post-trade review combining recent fills with market context.
  • Data Export: Export market data and funding information for backtesting purposes.
  • Use Case: For traders looking to quickly analyze market trends, assess their positions, or review past trades, this Skill provides a convenient way to access relevant data without the need for manual data gathering.

Quick Start

To get market data for BTC, use the command: python3 ~/.hermes/skills/blockchain/hyperliquid/scripts/hyperliquid_client.py candles BTC --interval 1h --hours 24

Frequently Asked Questions about hyperliquid

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

FAQPage Schema
How do I retrieve Hyperliquid market data and candlestick history for crypto trading analysis?

You can retrieve Hyperliquid market data by running the provided Python script with arguments for candles, specifying the coin, interval, and hours. The script accesses the public /info endpoint to return market data for crypto trading analysis.

Can I review my Hyperliquid perp positions and past trade fills using Python?

Yes, you can review your Hyperliquid perp positions, spot balances, and fills by executing the script commands. It queries the public /info endpoint to fetch account history and generates a post-trade review combining recent fills with market context.

Do I need any special API keys or libraries to access Hyperliquid account history?

No special API keys are required to access Hyperliquid account history, as the script uses the public /info endpoint. You only need Python's standard urllib, json, and argparse libraries to handle API requests and argument parsing.

What's the best way to export Hyperliquid funding rates and market data for backtesting?

The best way to export Hyperliquid funding rates and market data for backtesting is by using the script's market data and funding information commands. These retrieve the required datasets through the public /info endpoint for downstream backtesting purposes.

How does the Hyperliquid data script handle L2 book and funding information retrieval?

The Hyperliquid data script handles L2 book and funding information retrieval by sending requests to the public /info endpoint using Python's urllib. It parses the JSON responses to provide structured access to markets, candles, and funding data.

Can I use this script to get an overview of all available Hyperliquid DEXs and markets?

Yes, you can use this script to get an overview of all available Hyperliquid DEXs and markets. The market data commands query the public /info endpoint to list DEXs, markets, and L2 book information for quick portfolio and trend assessment.