hyperliquid

Fetch Hyperliquid market data and account trade histories via the /info endpoint.

4|Updated May 18, 2026
One-click install
npx skills add https://github.com/ZardLi1115/zedclaw --skill hyperliquid-zardli1115
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hyperliquid
Source: https://github.com/ZardLi1115/zedclaw/tree/main/optional-skills/blockchain/hyperliquid
Command: npx skills add https://github.com/ZardLi1115/zedclaw --skill hyperliquid-zardli1115

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Hyperliquid users need a fast, reliable way to inspect market conditions and their own trading activity (positions, fills, orders) for informed decisions and post-trade review.

Core Features & Use Cases

  • Read-only market queries: Fetch perp DEXs, perp markets, spot markets, candles, funding history, and L2 order book snapshots from the public /info endpoint.
  • Account and trade inspection: Retrieve an account’s perp state, spot balances, recent fills, and recent orders using an address (or a default from ~/.zedclaw/.env).
  • Heuristic post-trade review: Generate a trade review that combines realized PnL/fees with market context (candles/funding) and outputs win/loss and heuristic findings.
  • Dataset export: Export normalized candle + funding data for a specified time window to prepare for backtesting workflows.

Quick Start

Run a read-only market query by asking for Hyperliquid perp market overview for the top volume markets and exporting the results in JSON for follow-up analysis.

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 order book snapshots?▼

You can retrieve Hyperliquid market data by querying the public `/info` endpoint to fetch perp/spot markets, candles, funding history, and L2 order book snapshots using deterministic Python tooling.

Can I review my Hyperliquid trading history and check my open positions?▼

Yes, you can inspect read-only account trade histories by providing an address to retrieve your perp state, spot balances, recent fills, and recent orders for post-trade review.

What's the best way to export normalized Hyperliquid candle and funding data for backtesting?▼

The best way to export normalized datasets for backtesting prep is to specify a time window to retrieve and format candle and funding data outputs into structured JSON.

Does the Hyperliquid data review tool support heuristic post-trade analysis?▼

Yes, it supports heuristic post-trade review by combining your realized PnL and fees with market context like candles and funding to output win/loss and heuristic findings.

Do I need an API key to query Hyperliquid perp markets and funding rates?▼

No, you do not need an API key to query market data and funding rates because the tool uses the public Hyperliquid `/info` endpoint with optional environment defaults.

Why does my Hyperliquid account inspection require a specific address format?▼

Account inspection requires a specific address to fetch read-only perp states and fills, or it uses a default address configured in your `~/.zedclaw/.env` environment file.