hyperliquid

Automate trading and market data retrieval on Hyperliquid DEX via REST and WebSocket endpoints.

109|11|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/TermiX-official/cryptoclaw --skill hyperliquid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperliquid
Source: https://github.com/TermiX-official/cryptoclaw/tree/main/skills/hyperliquid
Command: npx skills add https://github.com/TermiX-official/cryptoclaw --skill hyperliquid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables you to access Hyperliquid's DEX data and trading actions from CryptoClaw, streamlining market access and order management without leaving your interface.

Core Features & Use Cases

  • Market data access: retrieve live prices, funding, and asset context for informed trading decisions.
  • Order placement & management: submit, cancel, modify, and monitor orders against Hyperliquid markets.
  • Position & vault visibility: view perpetual and spot positions, balances, and vault details in a unified view.
  • Use Case: Imagine you want to monitor BTC perpetuals and quickly place a limit order when price hits a target.

Quick Start

Use the hyperliquid skill to fetch the latest mid prices for BTC and to place a sample test order against the testnet.

Frequently Asked Questions about hyperliquid

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

FAQPage Schema
How do I automate perpetuals trading on Hyperliquid DEX?

Automate Hyperliquid DEX trading by using endpoints for order placement, position management, and real-time market data retrieval across multiple assets. This streamlines market access and order management directly within your interface without manual execution.

Can I retrieve real-time market data for BTC perpetuals using Hyperliquid APIs?

Retrieve real-time market data for BTC perpetuals by fetching live prices, funding rates, and asset context. This supports informed trading decisions by providing perpetual and spot positions, balances, and vault details in a unified view.

How does EIP-712 signing work for Hyperliquid order placement?

EIP-712 signing secures Hyperliquid order placement by cryptographically validating exchange actions. This workflow authenticates POST requests sent to the exchange endpoint, ensuring submitted, modified, or canceled orders are properly authorized.

Does the Hyperliquid API support WebSocket subscriptions for live market monitoring?

WebSocket subscriptions are supported for live market monitoring on the Hyperliquid API. This enables continuous streaming of real-time market data, allowing you to monitor perpetuals and quickly place limit orders when target prices are hit.

Can I manage spot and perpetual positions simultaneously on Hyperliquid?

Manage spot and perpetual positions simultaneously through the unified view endpoint. You can view balances, monitor active positions, and interact with vaults across multiple assets and networks to streamline portfolio management.

What are the limitations of using POST endpoints for Hyperliquid vault interactions?

POST endpoints handle Hyperliquid vault interactions and exchange actions, but rely on EIP-712 signing workflows for authorization. Ensure your environment supports these cryptographic signatures to successfully execute vault and trading operations.