hyperliquid

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

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/MarbleSodas/Mavis --skill hyperliquid-marblesodas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperliquid
Source: https://github.com/MarbleSodas/Mavis/tree/main/optional-skills/blockchain/hyperliquid
Command: npx skills add https://github.com/MarbleSodas/Mavis --skill hyperliquid-marblesodas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Hyperliquid users need a reliable way to pull market data and inspect their account activity without complicated setup, API keys, or signing.

Core Features & Use Cases

  • Read-only Hyperliquid data queries: Fetch market catalogs (DEXs/markets/spots), candles, funding history, L2 order book snapshots, and account state via the public /info endpoint.
  • Wallet inspection and trade review: Retrieve perp positions, spot balances, recent fills, recent orders, and generate a heuristic post-trade review that combines fills with market context.
  • Backtesting prep export: Export normalized JSON datasets (candles + funding plus time window metadata) for downstream analysis.

Quick Start

Ask the agent to run the hyperliquid review for your address over the last 72 hours and summarize realized PnL, fees, win/loss counts, and market context.

Frequently Asked Questions about hyperliquid

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

FAQPage Schema
How do I check my Hyperliquid perpetuals trading history and realized PnL?

Retrieve Hyperliquid recent fills and perp positions via the public /info endpoint to generate a heuristic post-trade review that summarizes realized PnL, fees, win/loss counts, and market context.

Can I pull Hyperliquid order book snapshots and funding rates without an API key?

You can pull Hyperliquid order book snapshots and funding rates without an API key by querying the public /info endpoint in read-only mode, which requires no signing or authentication.

How do I export Hyperliquid candles and funding history for backtesting?

Retrieve normalized JSON datasets combining Hyperliquid candles and funding history with time window metadata to export a structured dataset ready for downstream backtesting preparation.

What Hyperliquid market data is available for spot and perps analysis?

Available Hyperliquid market data for spot and perps analysis includes market catalogs, candles, funding history, L2 order book snapshots, and account state, all accessible through the public /info endpoint.

Do I need to configure environment variables to inspect a Hyperliquid wallet address?

You do not need environment variables to inspect a Hyperliquid wallet address, but loading optional defaults from HYPERLIQUID_API_URL and HYPERLIQUID_USER_ADDRESS can streamline repeated queries.