hyperliquid

Query Hyperliquid market data and account history via the Hyperliquid API.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/srivtx/supercharger-opencode --skill hyperliquid-srivtx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperliquid
Source: https://github.com/srivtx/supercharger-opencode/tree/main/crypto/hyperliquid
Command: npx skills add https://github.com/srivtx/supercharger-opencode --skill hyperliquid-srivtx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires argparse, urllib, json, datetime, os, sys, time, urllib.error, urllib.request, json.JSONDecodeError, collections, Counter, pathlib, typing, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides quick access to Hyperliquid market data, account history, and trade review, eliminating the need for manual data retrieval and analysis.

Core Features & Use Cases

  • Market Data: Query market data, including market data, candles, funding, and L2 book.
  • Account History: Inspect wallet's perp positions, spot balances, fills, and orders.
  • Trade Review: Generate a post-trade review combining recent fills with market context.
  • Use Case: For example, a user can use this Skill to quickly check their current spot balances and recent fills to review their trading performance.

Quick Start

Run the 'state' command to inspect your wallet's perp positions and spot balances.

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 candles for crypto trading analysis?

You can retrieve Hyperliquid market data by querying candles, funding rates, and the L2 book directly through the API to support crypto trading analysis.

How do I check my wallet's perp positions and spot balances on Hyperliquid?

You can check your wallet's perp positions and spot balances on Hyperliquid by running the state command, which requires optional user address configuration to fetch account history.

Can I generate a post-trade review combining my recent fills with market context?

Yes, you can generate a post-trade review that combines your recent fills with market context to evaluate your trading performance on the Hyperliquid blockchain.

Do I need to install external Python packages to query Hyperliquid account history?

No, you do not need to install external Python packages to query Hyperliquid account history, as the Skill relies entirely on the Python standard library.

What Hyperliquid API endpoints are available for blockchain trade review?

The Skill provides access to Hyperliquid API endpoints for market data, account history, fills, orders, and trade review to facilitate blockchain trading analysis.