hyperliquid

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

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill hyperliquid-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperliquid
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/optional-skills/blockchain/hyperliquid
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill hyperliquid-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It removes the manual effort of checking Hyperliquid markets, account state, and recent trading activity by turning public exchange data into clear, actionable summaries.

Core Features & Use Cases

  • Market Discovery: Inspect perp and spot listings, live prices, volume, funding, and order book depth.
  • Account Review: Review positions, spot balances, fills, and historical orders for a wallet address.
  • Trade Analysis: Generate post-trade reviews that combine realized PnL, fees, direction mix, and market context.
  • Data Export: Produce normalized candle and funding datasets for deeper analysis or backtesting prep.

Quick Start

Ask the skill to review a Hyperliquid wallet or coin and summarize market context, fills, and realized performance.

Frequently Asked Questions about hyperliquid

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

FAQPage Schema
How do I review Hyperliquid wallet trades and positions?

Analyze Hyperliquid markets by pulling perp and spot listings, live prices, volume, funding rates, and order book depth. The skill transforms public exchange data into actionable summaries, eliminating manual checks across multiple markets.

Can I export Hyperliquid candle and funding rate data for backtesting?

Export normalized Hyperliquid candle and funding datasets into JSON format for backtesting preparation. The skill connects to the public /info endpoint to retrieve historical data structures suitable for deeper quantitative analysis.

Does this Hyperliquid market data tool require API keys or authentication?

No API keys are required because the tool queries the public Hyperliquid /info endpoint in a read-only mode. It runs as a Python standard-library CLI with optional .env defaults, meaning no authenticated exchange connections are needed.

What is the best way to check Hyperliquid order book depth and funding history?

Check Hyperliquid order book depth and funding history by requesting market data through the read-only CLI. The tool retrieves live order book depth alongside historical funding rates, combining both metrics for immediate market context analysis.

How do I generate a post-trade review for Hyperliquid perps?

Generate a Hyperliquid perps post-trade review by combining your wallet's fills, realized PnL, and fees with broader market context. The skill aggregates this trading activity data to summarize performance and direction mix.